From af309b7813ca9065650cc17be747fe05f426a42f Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 13 Apr 2011 15:54:39 +0200 Subject: Remap hjkl for neo --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 990ebca..0b76b45 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -26,3 +26,8 @@ inoremap [ []i inoremap { {}i inoremap < <>i inoremap " ""i + +noremap s h +noremap n k +noremap r j +noremap t l -- cgit v1.2.3