aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 8d7a82a..4b99c6c 100644
--- a/vimrc
+++ b/vimrc
@@ -9,15 +9,15 @@ set nowrap
9set nosol 9set nosol
10set ss=1 10set ss=1
11set siso=999 11set siso=999
12"set clipboard=unnamedplus
13let g:vim_markdown_conceal = 0 12let g:vim_markdown_conceal = 0
13set clipboard=unnamedplus
14 14
15nmap <c-c> :q<cr> 15nmap <c-c> :q<cr>
16nnoremap <leader>t :.w !bash<cr> 16nnoremap <leader>t :.w !bash<cr>
17nnoremap <leader>tt :TableFormat<cr> 17nnoremap <leader>tt :TableFormat<cr>
18nnoremap <leader>u :set clipboard=autoselect
18 19
19let g:vim_markdown_folding_disabled = 1 20let g:vim_markdown_folding_disabled = 1
20source ~/.vim_runtime/vimrcs/redir.vim
21 21
22""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 22"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
23" => Redirect the output of a Vim or external command into a scratch buffer 23" => Redirect the output of a Vim or external command into a scratch buffer