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
|
" 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
|
||||||
|
|||||||
Reference in New Issue
Block a user