Explorar el Código

remove old resize maps for now

Chris hace 4 años
padre
commit
0ab1d7ca9b
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      keys/mappings.vim

+ 4 - 4
keys/mappings.vim

@@ -71,10 +71,10 @@ else
   tnoremap <Esc> <C-\><C-n>
 
   " Use alt + hjkl to resize windows
-  nnoremap <silent> <M-j>    :resize -2<CR>
-  nnoremap <silent> <M-k>    :resize +2<CR>
-  nnoremap <silent> <M-h>    :vertical resize -2<CR>
-  nnoremap <silent> <M-l>    :vertical resize +2<CR>
+  " nnoremap <silent> <M-j>    :resize -2<CR>
+  " nnoremap <silent> <M-k>    :resize +2<CR>
+  " nnoremap <silent> <M-h>    :vertical resize -2<CR>
+  " nnoremap <silent> <M-l>    :vertical resize +2<CR>
 
   nnoremap <silent> <C-Up>    :resize -2<CR>
   nnoremap <silent> <C-Down>  :resize +2<CR>