summaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-08 14:15:15 +0800
committertypebrook <typebrook@gmail.com>2019-04-08 14:15:15 +0800
commit1ec1d119e4ae4661c11b2c4b528cf97a10985de0 (patch)
treeb0d512f09b99b699afb676567cb7953ef7d2a39b /vimrc
parentf1089b521ec7d3cd38a3f9bb5d38b8014b3fd526 (diff)
update
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 65eff1c..46e5e95 100644
--- a/vimrc
+++ b/vimrc
@@ -15,6 +15,7 @@ nmap <c-c> :q<cr>
15nnoremap <leader>R :.w !bash<cr> 15nnoremap <leader>R :.w !bash<cr>
16nnoremap <leader>W :set wrap!<cr> 16nnoremap <leader>W :set wrap!<cr>
17nnoremap <leader>tt :TableFormat<cr> 17nnoremap <leader>tt :TableFormat<cr>
18nnoremap <leader>T :vertical terminal<cr>
18nnoremap <leader>u :set clipboard=unnamedplus<cr> 19nnoremap <leader>u :set clipboard=unnamedplus<cr>
19nnoremap <silent> <Leader>s 20nnoremap <silent> <Leader>s
20 \ : if exists("syntax_on") <BAR> 21 \ : if exists("syntax_on") <BAR>