summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keys/mappings.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/keys/mappings.vim b/keys/mappings.vim
index b6398c92..36e8b2bd 100644
--- a/keys/mappings.vim
+++ b/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>