add buffer mappings and windown navigation

This commit is contained in:
Thomas Ruoff
2018-01-27 15:45:54 +01:00
parent 269a380f26
commit 0b443c8514

View File

@@ -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 '