diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-12-16 20:25:10 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-12-16 20:26:04 +0100 |
commit | 65d2d6655ab9b6e991412aa0681735ea46419fa2 (patch) | |
tree | 733828ca7e72807ee1e1d79ad8ef0c3d4ff8413f /.vim | |
parent | 0691b44f87bde72511015b15c7f9ed78a428be99 (diff) | |
download | dotfiles-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 '')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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> " ======================================================= |