From 966b9444bb93aab229e2b6b03d183fed700e1762 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 22 Aug 2009 11:58:01 +0200 Subject: [PATCH] add [{ and ]} as normal motion commands --- .vim/spell/en.utf-8.add | 6 ++++++ .vimrc | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add index 1df8153..88bbe83 100644 --- a/.vim/spell/en.utf-8.add +++ b/.vim/spell/en.utf-8.add @@ -77,3 +77,9 @@ panelists anonymise panelist anonymising +Peercolation +debhelper +autotools +Genericity +lintian +Likert diff --git a/.vimrc b/.vimrc index d9b3236..1030ac6 100644 --- a/.vimrc +++ b/.vimrc @@ -1500,6 +1500,11 @@ map sy :echo synIDattr(synID(line("."), col("."), 1), "name") map / :nohlsearch +omap [{ :normal {jj +nmap [{ :normal {jj +omap ]} :normal }kk +nmap ]} :normal }kk + iab sgf Sehr geehrte Frau iab sgh Sehr geehrter Herr iab lf Liebe Frau -- 2.39.2