mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
map []{} to german umlauts
This commit is contained in:
committed by
Thomas Ruoff
parent
ae4ef7d86c
commit
4a1f10e26e
@@ -23,3 +23,9 @@
|
|||||||
cmd = /usr/bin/bcompare $LOCAL $REMOTE $BASE $MERGED
|
cmd = /usr/bin/bcompare $LOCAL $REMOTE $BASE $MERGED
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
[giggle]
|
||||||
|
main-window-maximized = false
|
||||||
|
main-window-geometry = 1229x863+2049+127
|
||||||
|
main-window-view = FileView
|
||||||
|
file-view-vpane-position = 304
|
||||||
|
file-view-hpane-position = 363
|
||||||
|
|||||||
13
vimrc
13
vimrc
@@ -181,6 +181,19 @@ nmap <silent> <leader>nn :set invnumber<CR>
|
|||||||
nmap <silent> <leader>pp :set invpaste<CR>
|
nmap <silent> <leader>pp :set invpaste<CR>
|
||||||
nmap <silent> <leader>ii :set invrelativenumber<CR>
|
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> [
|
||||||
|
|
||||||
if exists('+relativenumber')
|
if exists('+relativenumber')
|
||||||
set relativenumber
|
set relativenumber
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user