From 4346e3449d7cd1765737e654871eaffaae427feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Wed, 28 May 2014 18:36:13 +0200 Subject: Typo in vimrc --- .vimrc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index a2dd420..4a52a35 100644 --- a/.vimrc +++ b/.vimrc @@ -73,7 +73,11 @@ set autowrite "operations like :q or :e will ask, not fail set confirm +"enable line breaks +set wrap + "break lines only in words +" WARNING: This setting is eliminated by :set list set linebreak "set nice chars for tabs and eols @@ -111,19 +115,27 @@ set =O1;2R " =========== " key mapping " =========== -imap I map :w imap :wa + +"reformat text map {gq} imap {gq}a map mmgggqG'm imap mmgggqG'ma + +"buffer manipulation map :bp imap :bpa map :bn imap :bna map :bn map :bp + +"user-friendly home +imap I + +"toggle button for text width map :set textwidth=80 map :set textwidth=0 -- cgit v1.2.3