vortrags"slides" meiner barcamp session
authorValodim <Valodim@stratum0.org/mediawiki/>
Sun, 25 Nov 2012 16:16:39 +0000 (16:16 +0000)
committerValodim <Valodim@stratum0.org/mediawiki/>
Sun, 25 Nov 2012 16:16:39 +0000 (16:16 +0000)
26VimBits.mw [new file with mode: 0644]

diff --git a/26VimBits.mw b/26VimBits.mw
new file mode 100644 (file)
index 0000000..4588ab5
--- /dev/null
@@ -0,0 +1,61 @@
+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
This page took 0.02204 seconds and 4 git commands to generate.