can use utf8 to remap {[]}

This commit is contained in:
Thomas Ruoff
2014-07-03 23:51:42 +02:00
parent d4516e8d63
commit 4ebebed6a8

15
vimrc
View File

@@ -184,16 +184,11 @@ nmap <silent> <leader>ii :set invrelativenumber<CR>
" accomondate with german keyboard
" LATIN SMALL LETTER SHARP S
noremap <Char-252> <C-]>
" LATIN CAPITAL A WITH DIAERESIS
noremap <Char-196> }
" LATIN CAPITAL O WITH DIAERESIS
noremap <Char-214> {
" LATIN SMALL A WITH DIAERESIS
noremap <Char-228> ]
" LATIN SMALL O WITH DIAERESIS
noremap <Char-246> [
nnoremap ß <C-]>
nnoremap Ä }
nnoremap Ö {
nnoremap ä ]
nnoremap ö [
if exists('+relativenumber')
set relativenumber