Alt+Tab for keyboard layout switching
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhist_cnt =6
|
||||
let g:netrw_dirhist_1='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll'
|
||||
let g:netrw_dirhist_2='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll/INCL'
|
||||
let g:netrw_dirhist_3='/home/tuan/Nextcloud/Documents/Git/infrastruktur/mailing_lists'
|
||||
let g:netrw_dirhist_4='/home/tuan/.dotfiles/config/.config/termite'
|
||||
let g:netrw_dirhist_5='/home/tuan/Nextcloud/Protokolle/Rechenschaftsbericht'
|
||||
let g:netrw_dirhist_6='/etc/modules-load.d'
|
||||
@@ -1,4 +0,0 @@
|
||||
imap { {<Enter>}<Esc>kA
|
||||
imap ( ()<Esc>i
|
||||
imap () ()
|
||||
|
||||
|
||||
15
vim/.vimrc
15
vim/.vimrc
@@ -69,15 +69,18 @@ nmap 0 ^
|
||||
inoremap ;date <C-R>=strftime("%Y/%m/%d")<Enter>
|
||||
inoremap ;time <C-R>=strftime("%H:%M:%S")<Enter>
|
||||
" Diaeresis for e.g. german
|
||||
inoremap ae ä
|
||||
inoremap oe ö
|
||||
inoremap ue ü
|
||||
inoremap Ae Ä
|
||||
inoremap Ue Ü
|
||||
inoremap Oe Ö
|
||||
inoremap a" ä
|
||||
inoremap o" ö
|
||||
inoremap u" ü
|
||||
inoremap A" Ä
|
||||
inoremap U" Ü
|
||||
inoremap O" Ö
|
||||
inoremap jk <Esc>
|
||||
inoremap <leader>s ß
|
||||
inoremap <leader>e €
|
||||
|
||||
|
||||
vnoremap jk <Esc>
|
||||
" This callback will be executed when the entire command is completed
|
||||
function! BackgroundCommandClose(channel)
|
||||
" Read the output from the command into the quickfix window
|
||||
|
||||
Reference in New Issue
Block a user