aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:25:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:25:25 +1300
commit8f5d0ba79eab4011f10d6089ac8ba33048a71998 (patch)
tree78d4a5f3dc7b20b3597cbb5e984717264fb10de9 /vim/vimrc
parentMove terminal stuff into its own section. (diff)
downloaddotfiles-8f5d0ba79eab4011f10d6089ac8ba33048a71998.tar.gz
dotfiles-8f5d0ba79eab4011f10d6089ac8ba33048a71998.zip
Add a couple of unmappings for annoying keys.
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