aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 879d50e..fa53318 100644
--- a/vimrc
+++ b/vimrc
@@ -25,3 +25,12 @@ function! AppendModeline()
25 call append(line("$"), l:modeline) 25 call append(line("$"), l:modeline)
26endfunction 26endfunction
27nnoremap <silent> <Leader>ml :call AppendModeline()<CR> 27nnoremap <silent> <Leader>ml :call AppendModeline()<CR>
28
29noremap <Up> ""
30noremap! <Up> <Esc>
31noremap <Down> ""
32noremap! <Down> <Esc>
33noremap <Left> ""
34noremap! <Left> <Esc>
35noremap <Right> ""
36noremap! <Right> <Esc>