diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,3 +28,9 @@ set dir=~/.vim-backup " Ignore case in searches set ignorecase + +noremap - : +noremap r h +noremap n j +noremap t k +noremap h l |