aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 9861770..0c4be7a 100644
--- a/vimrc
+++ b/vimrc
@@ -155,3 +155,6 @@ inoremap <C-z> <nop>
" misstype <S-J>.
nnoremap K <nop>
+" Do nothing for <c-o>. I don't use this feature and it confuses me whenever I
+" misstype <c-p> (CtrlP plugin).
+nnoremap <c-o> <nop>