Zur Referenz hier die 26 Punkte, die ich auf meiner vim session auf dem [http://barcampbs.mixxt.de/ Barcamp BS 2012] erwaehnt habe.

 powerline

 jj

 gf

 ^O
 ^I

 ]o
 [o
 Unimpaired -> http://github.com/tpope

 gi

 g;

 gv

 vp

 vo

 gq

 f<tab>
 :nnoremap f<tab> :call PreciseJumpF(-1, -1, 0)<cr>
 :onoremap f<tab> :call PreciseJumpF(-1, -1, 0)<cr>
 
 PreciseJump -> https://github.com/vim-scripts/PreciseJump.git

 ^A^X

 i^T

 i0^D

 i^O

 i^R

 "*

 :wv rv!

 "=

 <space>
 :nnoremap <silent> <space> :exec "normal i".nr2char(getchar())."\e"<CR>

 :set undodir

 undotree ->  https://github.com/mbbill/undotree

 :X

 :global

 :norm


[[Kategorie:BarCamp]]
[[Kategorie:BarCamp Braunschweig 2012]]