Alt+Tab for keyboard layout switching

This commit is contained in:
Tuan-Dat Tran
2019-03-21 22:06:08 +01:00
parent c8f8da8e00
commit b4eece8494
8 changed files with 46 additions and 19 deletions

View File

@@ -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'

View File

@@ -1,4 +0,0 @@
imap { {<Enter>}<Esc>kA
imap ( ()<Esc>i
imap () ()

View File

@@ -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