Change marker shortcut to double space
This commit is contained in:
parent
c6e3829c62
commit
5ba1f98b9d
1 changed files with 1 additions and 1 deletions
2
.vimrc
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…
Add table
Add a link
Reference in a new issue