summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-11-04 20:06:14 -0500
committerChris <[email protected]>2020-11-04 20:06:14 -0500
commit0ab1d7ca9b445af81ec366bc8cc4383b5af90c56 (patch)
tree10e5e4f0b15164b086589538abfa9a5764171d7d
parent0075c826b680af4d87e99cf192bf13291b26319d (diff)
remove old resize maps for now
-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>