summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-01-30 17:15:24 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-01-30 17:15:24 +0100
commit4b52235daf67bef0b8d0c18ca4a16c60e92fc5c2 (patch)
tree985af5e8f7b20e1d8430f84005852328b16ef887 /vimrc
parent100e591f8783e1cbfc98d116a920b0361783f2d5 (diff)
downloadvim-4b52235daf67bef0b8d0c18ca4a16c60e92fc5c2.zip
vim-4b52235daf67bef0b8d0c18ca4a16c60e92fc5c2.tar.gz
vimrc: add duplicated mapping
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 8bf3948..fc8a36b 100644
--- a/vimrc
+++ b/vimrc
@@ -117,7 +117,6 @@ nmap <leader>bq :bp <BAR> bd #<CR>
" <C-r> jump to definition, <C-t> to jump back to the call
nmap <C-r> g<C-]>
-inoremap <C-x> <C-X><C-]>
" code completion
inoremap <C-d> <C-X><C-]>