From: Valodim
Date: Sun, 25 Nov 2012 16:16:39 +0000 (+0000)
Subject: vortrags"slides" meiner barcamp session
X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/commitdiff_plain/d8a2e58277d9d1d57b8642cb6a4c23e7cc2842ba?hp=2369d6cf5bdeaea65f987f18f869566a1d7bc0d9
vortrags"slides" meiner barcamp session
---
diff --git a/26VimBits.mw b/26VimBits.mw
new file mode 100644
index 000000000..4588ab54b
--- /dev/null
+++ b/26VimBits.mw
@@ -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
+ :nnoremap f :call PreciseJumpF(-1, -1, 0)
+ :onoremap f :call PreciseJumpF(-1, -1, 0)
+
+ PreciseJump -> https://github.com/vim-scripts/PreciseJump.git
+
+ ^A^X
+
+ i^T
+
+ i0^D
+
+ i^O
+
+ i^R
+
+ "*
+
+ :wv rv!
+
+ "=
+
+
+ :nnoremap :exec "normal i".nr2char(getchar())."\e"
+
+ :set undodir
+
+ undotree -> https://github.com/mbbill/undotree
+
+ :X
+
+ :global
+
+ :norm