Rename keys.vim to keymaps.vim
This commit is contained in:
parent
e683269669
commit
dbb3a9eef9
2
init.vim
2
init.vim
@ -56,7 +56,7 @@ set wildmode=list:longest,full
|
||||
let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1
|
||||
|
||||
runtime! plugins.vim
|
||||
runtime! keys.vim
|
||||
runtime! keymaps.vim
|
||||
|
||||
augroup ToggleLineNumbers
|
||||
au!
|
||||
|
@ -92,3 +92,5 @@ vnoremap > >gv
|
||||
cnoremap w! w !sudo tee % >/dev/null
|
||||
tnoremap <ESC> <C-\><C-n>
|
||||
tnoremap <Leader><ESC> <ESC>
|
||||
noremap <C-c> <ESC>:Commentary<CR>
|
||||
vnoremap <C-c> :Commentary<CR>
|
Loading…
Reference in New Issue
Block a user