From 4ac618d602c63ae0039ab83de1a0c367bc857502 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 16 Feb 2016 11:11:28 +0100 Subject: [keys] swaped j/k with gj/gk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I rather like moving through visual lines instead real ones (this is effective only if “wrap” is set, on long lines split across multiple ones) --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 1c9071c..914cb76 100644 --- a/vimrc +++ b/vimrc @@ -116,6 +116,10 @@ noremap set nowrap noremap z2l noremap z2h +noremap j gj +noremap k gk +noremap gj j +noremap gk k "Macros nmap :set invet -- cgit v1.2.3