From d8a2e58277d9d1d57b8642cb6a4c23e7cc2842ba Mon Sep 17 00:00:00 2001
From: Valodim
Date: Sun, 25 Nov 2012 16:16:39 +0000
Subject: [PATCH] vortrags"slides" meiner barcamp session
---
26VimBits.mw | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 26VimBits.mw
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
--
2.20.1