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 " accomondate with german keyboard
" LATIN SMALL LETTER SHARP S nnoremap ß <C-]>
noremap <Char-252> <C-]> nnoremap Ä }
" LATIN CAPITAL A WITH DIAERESIS nnoremap Ö {
noremap <Char-196> } nnoremap ä ]
" LATIN CAPITAL O WITH DIAERESIS nnoremap ö [
noremap <Char-214> {
" LATIN SMALL A WITH DIAERESIS
noremap <Char-228> ]
" LATIN SMALL O WITH DIAERESIS
noremap <Char-246> [
if exists('+relativenumber') if exists('+relativenumber')
set relativenumber set relativenumber