summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim14
1 files changed, 4 insertions, 10 deletions
diff --git a/init.vim b/init.vim
index 9f4b2e9e..d8d8884b 100644
--- a/init.vim
+++ b/init.vim
@@ -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