#Razzi's vim config
git clone git@git.sr.ht:~razzi/.vim ~/.vim
#tmux-inspired window management test cases:
#simple terminal below
- spc ' to open terminal below (should start in insert mode)
- c-d to exit terminal
- spc q to exit
#split terminal below using c-spc
#window movement using c-spc
- spc ' to open terminal below
- c-spc k to focus up a window
- c-spc j to focus window below
#tab management with c-tab
- c-spc c to create a new terminal in a new tab
- c-s-tab to go to previous tab
- c-tab to go to next tab