Change marker shortcut to double space

master
Jonathan Hodgson 7 years ago
parent c6e3829c62
commit 5ba1f98b9d
  1. 2
      .vimrc

@ -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

Loading…
Cancel
Save