Change marker shortcut to double space

This commit is contained in:
Jonathan Hodgson 2017-04-22 10:05:01 +01:00
parent c6e3829c62
commit 5ba1f98b9d

2
.vimrc
View file

@ -125,7 +125,7 @@ nnoremap <leader>ev :vsplit $MYVIMRC<cr>
nnoremap <leader>sv :source $MYVIMRC<cr>
" Set double space in insert mode to go to next mark and enter insert mode
inoremap <space><space> <Esc>:call NextMark()<cr>
inoremap <leader><leader> <Esc>:call NextMark()<cr>
" Abreviations {{{1