From 0b443c85143666a5529d882a0b6581225952b3c1 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 27 Jan 2018 15:45:54 +0100 Subject: [PATCH] add buffer mappings and windown navigation --- vim/cheetsheet.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 '