aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-23 10:31:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-23 10:31:53 +1200
commitb20c3b2b1c1d0f48dfa711ba3f6dadf6f9e5a70a (patch)
tree215dc1e05e11d366f9b7ac96acc12da8871af1b4 /vim/vimrc
parentTypographical fixes (diff)
downloaddotfiles-b20c3b2b1c1d0f48dfa711ba3f6dadf6f9e5a70a.tar.gz
dotfiles-b20c3b2b1c1d0f48dfa711ba3f6dadf6f9e5a70a.zip
Unused abbreviation and I actually do want c_C-F
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 652cc529..36523ce8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -96,11 +96,6 @@ cnoremap <C-E> <End>
" the open buffers; I'll open the file if I want to complete from it
set complete-=i
-" I use the file completion feature quite a lot, but typing ^X ^F is
-" a bit unwieldy, so I abbreviate it to just ^F, the default behavior for
-" which I simply don't use
-inoremap <C-F> <C-X><C-F>
-
" Rebind Ctrl-C in insert mode to not only leave insert mode without firing
" InsertLeave events, but also to actually undo the current insert operation
inoremap <C-c> <C-c>u