No .vimrc anymore, everything in /vim/.vim/plugin/
This commit is contained in:
24
vim/.vim/plugin/remaps.vim
Normal file
24
vim/.vim/plugin/remaps.vim
Normal 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 €
|
||||
Reference in New Issue
Block a user