From f821f723f48521851d5e4c5546b8a4dabd3de1de Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 5 Nov 2014 11:14:02 +0000 Subject: [PATCH] vim: gk and gj movement --- vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index ec0ece1..576e984 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -311,6 +311,10 @@ inoremap A cnoremap cnoremap +" proper movement when lines are wrapped +noremap j gj +noremap k gk + " disable arrows noremap noremap -- 2.48.1