diff options
Diffstat (limited to 'mappings.vim')
| -rw-r--r-- | mappings.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mappings.vim b/mappings.vim index 62319a5..b699801 100644 --- a/mappings.vim +++ b/mappings.vim @@ -127,7 +127,7 @@ inoremap <expr> <cr> ((pumvisible())?("\<C-Y>"):("\<cr>")) inoremap <expr> <esc> ((pumvisible())?("\<C-e>"):("\<esc>")) " Edit and reload init.vim quickly -nnoremap <silent> <leader>ev :edit $MYVIMRC<cr> +nnoremap <silent> <leader>ev :tabnew $MYVIMRC <bar> tcd %:h<cr> nnoremap <silent> <leader>sv :silent update $MYVIMRC <bar> source $MYVIMRC <bar> \ echomsg "Nvim config successfully reloaded!"<cr> |
