aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
-rw-r--r--vimrc4
2 files changed, 3 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index fcdc1e0..5356efc 100644
--- a/tigrc
+++ b/tigrc
@@ -27,6 +27,7 @@ bind main T @git tag "%(prompt Enter tag name: )" %(commit)
27bind main gdt @git tag -d %(tag) 27bind main gdt @git tag -d %(tag)
28bind main <Ctrl-r> !?git rebase -i %(commit) 28bind main <Ctrl-r> !?git rebase -i %(commit)
29bind main m ?git merge %(commit) 29bind main m ?git merge %(commit)
30bind main M ?git merge %(commit) --no-ff
30bind main P ?git push 31bind main P ?git push
31bind main b @git checkout -b "%(prompt Enter branch name: )" 32bind main b @git checkout -b "%(prompt Enter branch name: )"
32bind main B !sh scripts/bump_version.sh 33bind main B !sh scripts/bump_version.sh
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