mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
can use utf8 to remap {[]}
This commit is contained in:
15
vimrc
15
vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user