summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-04-13 15:54:39 +0200
committerStefan Ritter <xeno@thehappy.de>2011-04-13 15:54:39 +0200
commitaf309b7813ca9065650cc17be747fe05f426a42f (patch)
tree9ceb62bec031e8ff4f7d436d352d6addaae4ea07
parent62c451a6e14b36f623a6d9483175d068a53d1141 (diff)
Remap hjkl for neo
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 990ebca..0b76b45 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -26,3 +26,8 @@ inoremap [ []<Esc>i
inoremap { {}<Esc>i
inoremap < <><Esc>i
inoremap " ""<Esc>i
+
+noremap s h
+noremap n k
+noremap r j
+noremap t l