(siehe ml)
[stratum0-wiki.git] / 26VimBits.mw
1 Zur Referenz hier die 26 Punkte, die ich auf meiner vim session auf dem [http://barcampbs.mixxt.de/ Barcamp BS 2012] erwaehnt habe.
2
3 powerline
4
5 jj
6
7 gf
8
9 ^O
10 ^I
11
12 ]o
13 [o
14 Unimpaired -> http://github.com/tpope
15
16 gi
17
18 g;
19
20 gv
21
22 vp
23
24 vo
25
26 gq
27
28 f<tab>
29 :nnoremap f<tab> :call PreciseJumpF(-1, -1, 0)<cr>
30 :onoremap f<tab> :call PreciseJumpF(-1, -1, 0)<cr>
31
32 PreciseJump -> https://github.com/vim-scripts/PreciseJump.git
33
34 ^A^X
35
36 i^T
37
38 i0^D
39
40 i^O
41
42 i^R
43
44 "*
45
46 :wv rv!
47
48 "=
49
50 <space>
51 :nnoremap <silent> <space> :exec "normal i".nr2char(getchar())."\e"<CR>
52
53 :set undodir
54
55 undotree -> https://github.com/mbbill/undotree
56
57 :X
58
59 :global
60
61 :norm
62
63
64 [[Kategorie:BarCamp]]
65 [[Kategorie:BarCamp Braunschweig 2012]]
This page took 0.047299 seconds and 5 git commands to generate.