about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/plugin
diff options
context:
space:
mode:
authorMcSinyx <vn.mcsinyx@gmail.com>2016-05-18 14:25:25 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:36:30 +0700
commit57a8d8360c85528fb477e76ef1a5f2eeb151be14 (patch)
tree78de696741ad906e48e488e1968efcce984631c4 /vim/.vim/bundle/stime/plugin
parent095074967392b3b4c21891693a6ac9e40d1958d4 (diff)
downloaddotfiles-57a8d8360c85528fb477e76ef1a5f2eeb151be14.tar.gz
Initial commit
Diffstat (limited to 'vim/.vim/bundle/stime/plugin')
-rw-r--r--vim/.vim/bundle/stime/plugin/stime.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/bundle/stime/plugin/stime.vim b/vim/.vim/bundle/stime/plugin/stime.vim
new file mode 100644
index 0000000..8b4ec9f
--- /dev/null
+++ b/vim/.vim/bundle/stime/plugin/stime.vim
@@ -0,0 +1,2 @@
+nnoremap <Leader><Space> :call stime#Toggle(0)<CR>
+nnoremap <Leader>s<Space> :call stime#Toggle(1)<CR>