From 1d256f99ddd40b63b9be5c014c6855e2c2df8391 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 30 Oct 2023 13:50:20 +0100 Subject: home/neovim: Retire unused window mappings --- home/neovim/init.vim | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'home/neovim/init.vim') diff --git a/home/neovim/init.vim b/home/neovim/init.vim index 9073f00..c73d801 100644 --- a/home/neovim/init.vim +++ b/home/neovim/init.vim @@ -64,10 +64,10 @@ nnoremap Æ 0 " Switching windows " TODO: make this work with iTerm2 panes -nnoremap -nnoremap -nnoremap -nnoremap +# nnoremap +# nnoremap +# nnoremap +# nnoremap " tnoremap " tnoremap " tnoremap @@ -120,7 +120,11 @@ au BufEnter term://* norm! i " Join to end of line below " This is already used by the window switching mappings -" nnoremap ddpkJ +nnoremap ddpkJ + +" Move window to the left and switch to the eastern window. +" I do this move pretty frequently. +nnoremap Lh " Commands """"""""""""""""""""""""""" -- cgit v1.2.3