diff options
| author | typebrook <typebrook@gmail.com> | 2019-10-22 09:03:06 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-10-22 09:03:06 +0800 |
| commit | b10f6648aa10fab88441376432a08423c75a2a5d (patch) | |
| tree | 384b7b013f212aed71e2cb33adabe21d2480ce23 /vimrc | |
| parent | 2dc602738968ecd597a93bc3bcf1c0e19cd945e8 (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -18,6 +18,8 @@ nnoremap <leader>T :vertical terminal<CR> | |||
| 18 | nnoremap <leader>u :set clipboard=unnamedplus<CR> | 18 | nnoremap <leader>u :set clipboard=unnamedplus<CR> |
| 19 | nnoremap <C-K> ddkP | 19 | nnoremap <C-K> ddkP |
| 20 | nnoremap <C-J> ddp | 20 | nnoremap <C-J> ddp |
| 21 | nnoremap <Tab> } | ||
| 22 | nnoremap <S-Tab> { | ||
| 21 | " disable syntax | 23 | " disable syntax |
| 22 | nnoremap <silent> <leader>s | 24 | nnoremap <silent> <leader>s |
| 23 | \ : if exists("syntax_on") <BAR> | 25 | \ : if exists("syntax_on") <BAR> |