#neovim `vi"`: select everything in quotes `vi(`: select everything in parens, and so on with brackets `s` : to substitute letter, `c<selection>`: to change selection, ex `cw` replaces the word, `ci"` to change text in quotes U: selection to uppercase u: selection to uppercase <C-a>: increment number g<C-a>: increment each by increment (i.e. 1,2,3,4,...) `<C-\>`: toggleterm (lunarvim)