aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e00158bc..e93526cf 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -114,6 +114,10 @@ command! -bang WA wa<bang>
command! -bang Wq wq<bang>
command! -bang WQ wq<bang>
+" Unmaps
+noremap <F1> <nop>
+nnoremap K <nop>
+
" Wildmenu
if has("wildmenu")
set wildignore+=*.a,*.o