aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:05:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:05:27 +1200
commit66d234b0e85b95bf48cee19d7903c76cfd788d61 (patch)
treed726557d6656df571b0264efee2b6e94f155faf2 /vim
parentTurn off modeline feature properly (diff)
downloaddotfiles-66d234b0e85b95bf48cee19d7903c76cfd788d61.tar.gz
dotfiles-66d234b0e85b95bf48cee19d7903c76cfd788d61.zip
Delete unused ^X^] shortcut
I don't think I've ever once actually used this feature
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7e491ac4..60e24af7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,7 +64,6 @@ cnoremap <C-E> <End>
" Completion
set complete-=i
inoremap <C-F> <C-X><C-F>
-inoremap <C-]> <C-X><C-]>
" Digraphs
if has('digraphs')