~razzi/.vim

More snippets for python and typescript
p=print snippet
Move some keybindings around and round out terminal window management

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~razzi/.vim
read/write
git@git.sr.ht:~razzi/.vim

You can also use your local clone with git send-email.

#Razzi's vim config

#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

  • 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