diff --git a/vim/cheetsheet.md b/vim/cheetsheet.md index b943f16..d5a86a8 100644 --- a/vim/cheetsheet.md +++ b/vim/cheetsheet.md @@ -2,6 +2,14 @@ Generel stuff that I need to get into my muscle memory. +* `CTRL-W [hjkl]` - switch to window left, above, below, right + +## unimpared +* `]b` - :bnext +* `[b` - :bprevious +* `]B` - :bfirst +* `[B` - :blast + ## surround * `cs"'` - changes surrouding " to '