26VimBits: Unterschied zwischen den Versionen

Aus Stratum 0
Wechseln zu:Navigation, Suche
(vortrags"slides" meiner barcamp session)
 
(+Kats)
 
Zeile 60: Zeile 60:
  
 
  :norm
 
  :norm
 +
 +
 +
[[Kategorie:BarCamp]]
 +
[[Kategorie:BarCamp Braunschweig 2012]]

Aktuelle Version vom 1. September 2014, 16:50 Uhr

Zur Referenz hier die 26 Punkte, die ich auf meiner vim session auf dem 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