about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/plugin/stime.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/bundle/stime/plugin/stime.vim')
-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>