summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-12-16 20:25:10 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-12-16 20:26:04 +0100
commit65d2d6655ab9b6e991412aa0681735ea46419fa2 (patch)
tree733828ca7e72807ee1e1d79ad8ef0c3d4ff8413f /.vimrc
parent0691b44f87bde72511015b15c7f9ed78a428be99 (diff)
downloaddotfiles-65d2d6655ab9b6e991412aa0681735ea46419fa2.tar.gz
dotfiles-65d2d6655ab9b6e991412aa0681735ea46419fa2.tar.bz2
dotfiles-65d2d6655ab9b6e991412aa0681735ea46419fa2.zip
Remove the mappings in Vim needed b/c of German keyboard layout.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index cfa6798..720420e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -74,9 +74,6 @@ nmap <silent> <F11> :TlistUpdate<CR>
nmap <silent> <F4> :ls<CR>:buf
map <C-Tab> gt
map <C-S-Tab> gT
-
-" Remap the 'file-toggle' cmd, as it does not work on my keyboard
-map <C-6> <C-^>
imap <S-Tab> <C-X><C-O>
" =======================================================