diff options
author | ChristianChiarulli <[email protected]> | 2019-08-07 19:20:24 -0400 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-08-07 19:20:24 -0400 |
commit | 8b11502fd63742e0b57db15d3ab45c5f35f485e4 (patch) | |
tree | 13ad508870a9e7786c31f304d5e4556d7c250ccf /init.vim | |
parent | 1b5b78fdac6c8182f583d4875c621c6e6566182b (diff) |
updated some junk
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 |