No .vimrc anymore, everything in /vim/.vim/plugin/

This commit is contained in:
Tuan-Dat Tran
2019-06-22 19:27:02 +02:00
parent 6b7ca41818
commit 2424e469d7
10 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,24 @@
" Remaps
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap J :bn<CR>
nnoremap K :bp<CR>
nnoremap u :earlier<CR>
nnoremap U :later<CR>
noremap <leader>y "+y
noremap <C-E> :tabedit<Space>
noremap <F1> :ter<CR>
nmap 0 ^
" Diaeresis for e.g. german
inoremap a" ä
inoremap o" ö
inoremap u" ü
inoremap A" Ä
inoremap U" Ü
inoremap O" Ö
inoremap jj <Esc>
inoremap ;s ß
inoremap ;e