Vim

Something I need to get good at, I recently set up a lazy.vim configuration with tabby and wezterm to force myself to be more “productive”

If you’re in my 380 group just look up “vim keybinds” for how to do things but the important stuff is…

  • :i to enter insert mode
  • :wq to write and quite (w then q pairs the write and quite commands)