mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
changed vim
This commit is contained in:
parent
01c0b38a57
commit
d2d7738d65
5 changed files with 142 additions and 4 deletions
|
@ -3,7 +3,7 @@ set runtimepath+=~/.config/vim,~/.config/vim/after
|
|||
set autoindent
|
||||
set wrap
|
||||
set linebreak
|
||||
set mouse=a
|
||||
set mouse=a
|
||||
set autowrite
|
||||
|
||||
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
|
||||
|
@ -25,8 +25,8 @@ inoremap ( ()<ESC>ha
|
|||
|
||||
inoremap <C-space> <C-n>
|
||||
|
||||
inoremap <C-down> <C-E>
|
||||
inoremap <C-up> <C-Y>
|
||||
nnoremap <S-J> <C-E>
|
||||
nnoremap <S-K> <C-Y>
|
||||
|
||||
nnoremap <C-J> <C-W><C-J>
|
||||
nnoremap <C-K> <C-W><C-K>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue