aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-25 12:12:35 +0800
committertypebrook <typebrook@gmail.com>2019-04-25 12:12:35 +0800
commit7f566faffcb56805521dcfca2e8660e6670a8fc4 (patch)
treef5e48b4dadd4dfdd1ea26e114204c3b0d7321c5e
parent6408eec809195c0a5bb234489d8c1321c658b971 (diff)
update
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 8909fbe..dea49c3 100644
--- a/vimrc
+++ b/vimrc
@@ -19,6 +19,9 @@ nnoremap <leader>T :vertical terminal<cr>
19nnoremap <leader>u :set clipboard=unnamedplus<cr> 19nnoremap <leader>u :set clipboard=unnamedplus<cr>
20nnoremap <CR> o<Esc> 20nnoremap <CR> o<Esc>
21 21
22nnoremap <C-K> ddkP
23nnoremap <C-J> ddp
24
22nnoremap <silent> <Leader>s 25nnoremap <silent> <Leader>s
23 \ : if exists("syntax_on") <BAR> 26 \ : if exists("syntax_on") <BAR>
24 \ syntax off <BAR> 27 \ syntax off <BAR>