diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-25 12:12:35 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-25 12:12:35 +0800 |
| commit | 7f566faffcb56805521dcfca2e8660e6670a8fc4 (patch) | |
| tree | f5e48b4dadd4dfdd1ea26e114204c3b0d7321c5e | |
| parent | 6408eec809195c0a5bb234489d8c1321c658b971 (diff) | |
update
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -19,6 +19,9 @@ nnoremap <leader>T :vertical terminal<cr> | |||
| 19 | nnoremap <leader>u :set clipboard=unnamedplus<cr> | 19 | nnoremap <leader>u :set clipboard=unnamedplus<cr> |
| 20 | nnoremap <CR> o<Esc> | 20 | nnoremap <CR> o<Esc> |
| 21 | 21 | ||
| 22 | nnoremap <C-K> ddkP | ||
| 23 | nnoremap <C-J> ddp | ||
| 24 | |||
| 22 | nnoremap <silent> <Leader>s | 25 | nnoremap <silent> <Leader>s |
| 23 | \ : if exists("syntax_on") <BAR> | 26 | \ : if exists("syntax_on") <BAR> |
| 24 | \ syntax off <BAR> | 27 | \ syntax off <BAR> |