diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |