aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mappings.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/mappings.vim b/mappings.vim
index 53f2ed7..2647e76 100644
--- a/mappings.vim
+++ b/mappings.vim
@@ -86,15 +86,6 @@ xnoremap H ^
nnoremap L g_
xnoremap L g_
-" Resize windows using <Alt> and h,j,k,l, inspiration from
-" https://vim.fandom.com/wiki/Fast_window_resizing_with_plus/minus_keys
-" (bottom page). If you enable mouse support, shorcuts below may not be
-" necessary.
-nnoremap <M-h> <C-w><
-nnoremap <M-l> <C-w>>
-nnoremap <M-j> <C-W>-
-nnoremap <M-k> <C-W>+
-
" Fast window switching, inspiration from
" https://stackoverflow.com/a/4373470/6064933
nnoremap <M-left> <C-w>h