aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-22 09:03:06 +0800
committertypebrook <typebrook@gmail.com>2019-10-22 09:03:06 +0800
commitb10f6648aa10fab88441376432a08423c75a2a5d (patch)
tree384b7b013f212aed71e2cb33adabe21d2480ce23 /vimrc
parent2dc602738968ecd597a93bc3bcf1c0e19cd945e8 (diff)
update
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 92aad63..3eec945 100644
--- a/vimrc
+++ b/vimrc
@@ -18,6 +18,8 @@ nnoremap <leader>T :vertical terminal<CR>
18nnoremap <leader>u :set clipboard=unnamedplus<CR> 18nnoremap <leader>u :set clipboard=unnamedplus<CR>
19nnoremap <C-K> ddkP 19nnoremap <C-K> ddkP
20nnoremap <C-J> ddp 20nnoremap <C-J> ddp
21nnoremap <Tab> }
22nnoremap <S-Tab> {
21" disable syntax 23" disable syntax
22nnoremap <silent> <leader>s 24nnoremap <silent> <leader>s
23 \ : if exists("syntax_on") <BAR> 25 \ : if exists("syntax_on") <BAR>