summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-29 16:32:45 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-03 19:28:05 -0400
commit0dbcfa898dc0e8380aad6222eef49bae37cebcaf (patch)
tree400311032810bb414375c3b2dcba9585340950b4 /vimrc
parentda2862cc5b9672511abf1e1290ef0a2b396d4375 (diff)
downloadconf-0dbcfa898dc0e8380aad6222eef49bae37cebcaf.tar.gz
conf-0dbcfa898dc0e8380aad6222eef49bae37cebcaf.zip
let's give this a try
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e227916..69eedf3 100644
--- a/vimrc
+++ b/vimrc
@@ -595,6 +595,9 @@ nmap <silent><Leader>/ :nohl<CR>
" manually resync the syntax highlighting
nmap <silent><Leader>s :syntax sync fromstart<CR>
+
+" space to reenter insert mode
+nmap <Space> i
" }}}
" }}}
" Plugin settings {{{