1
0

Rename keys.vim to keymaps.vim

This commit is contained in:
Patrick Auernig 2017-11-28 16:23:39 +01:00
parent e683269669
commit dbb3a9eef9
2 changed files with 3 additions and 1 deletions

View File

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

View File

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