diff options
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -26,14 +26,8 @@ source $HOME/.config/nvim/modules/test.vim set conceallevel=0 "TODO" "change install script to install pyls in base and clone base instead" -"npm i -g bash-language-server -"npm install -g javascript-typescript-langserver "fix ctrl+l in python -" fixed use :map to see what things are mapped to if behavior is wonky -"install ripgrep" for gutentags to ignore .gitignore -"install universal ctags" -" TODO add this to script npm i -g bash-language-server -nnoremap <C-h> <C-w>h -nnoremap <C-j> <C-w>j -nnoremap <C-k> <C-w>k -nnoremap <C-l> <C-w>l +nnoremap <M-h> <C-w>h +nnoremap <M-j> <C-w>j +nnoremap <M-k> <C-w>k +nnoremap <M-l> <C-w>l |