Application Specific
Vim
# vertical split
<ESC>
ctrl+w + l
# or
<ESC>
:vsplit file.md
# horizontal split
<ESC>
ctrl+w + s
# or
<ESC>
:split file.md
# navigation
# move to the right pane
<ESC>
ctrl+w + l
# move to the down pane
<ESC>
ctrl+w + j
# move to uper pane
<ESC>
ctrl+w + k
# size adjustement
# width increase and decrease
<ESC>
ctrl+w + SHITFT+> #increase
ctrl+w + SHITFT+< #decrease
# height increase and decrease
<ESC>
ctrl+w + SHITFT++ #increase
ctrl+w + SHITFT+- #decrease
ctrl+w + SHITFT+= #equalsizeFirefox
VSCODE
Obsidian
Last updated