diff options
| -rw-r--r-- | tigrc | 1 | ||||
| -rw-r--r-- | vimrc | 4 |
2 files changed, 3 insertions, 2 deletions
| @@ -27,6 +27,7 @@ bind main T @git tag "%(prompt Enter tag name: )" %(commit) | |||
| 27 | bind main gdt @git tag -d %(tag) | 27 | bind main gdt @git tag -d %(tag) |
| 28 | bind main <Ctrl-r> !?git rebase -i %(commit) | 28 | bind main <Ctrl-r> !?git rebase -i %(commit) |
| 29 | bind main m ?git merge %(commit) | 29 | bind main m ?git merge %(commit) |
| 30 | bind main M ?git merge %(commit) --no-ff | ||
| 30 | bind main P ?git push | 31 | bind main P ?git push |
| 31 | bind main b @git checkout -b "%(prompt Enter branch name: )" | 32 | bind main b @git checkout -b "%(prompt Enter branch name: )" |
| 32 | bind main B !sh scripts/bump_version.sh | 33 | bind main B !sh scripts/bump_version.sh |
| @@ -9,15 +9,15 @@ set nowrap | |||
| 9 | set nosol | 9 | set nosol |
| 10 | set ss=1 | 10 | set ss=1 |
| 11 | set siso=999 | 11 | set siso=999 |
| 12 | "set clipboard=unnamedplus | ||
| 13 | let g:vim_markdown_conceal = 0 | 12 | let g:vim_markdown_conceal = 0 |
| 13 | set clipboard=unnamedplus | ||
| 14 | 14 | ||
| 15 | nmap <c-c> :q<cr> | 15 | nmap <c-c> :q<cr> |
| 16 | nnoremap <leader>t :.w !bash<cr> | 16 | nnoremap <leader>t :.w !bash<cr> |
| 17 | nnoremap <leader>tt :TableFormat<cr> | 17 | nnoremap <leader>tt :TableFormat<cr> |
| 18 | nnoremap <leader>u :set clipboard=autoselect | ||
| 18 | 19 | ||
| 19 | let g:vim_markdown_folding_disabled = 1 | 20 | let g:vim_markdown_folding_disabled = 1 |
| 20 | source ~/.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 |