diff options
| -rw-r--r-- | tigrc | 1 | ||||
| -rw-r--r-- | vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
| @@ -3,6 +3,7 @@ bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | |||
| 3 | 3 | ||
| 4 | bind main c !?git checkout %(commit) | 4 | bind main c !?git checkout %(commit) |
| 5 | bind main T !?git show %(tag) | 5 | bind main T !?git show %(tag) |
| 6 | bind main <Ctrl-r> !?git rebase -i %(commit) | ||
| 6 | 7 | ||
| 7 | set main-view = \ | 8 | set main-view = \ |
| 8 | date:default \ | 9 | date:default \ |
| @@ -7,7 +7,7 @@ set relativenumber | |||
| 7 | set showcmd | 7 | set showcmd |
| 8 | set nowrap | 8 | set nowrap |
| 9 | set ss=1 | 9 | set ss=1 |
| 10 | set siso=55 | 10 | set siso=999 |
| 11 | "set clipboard=unnamedplus | 11 | "set clipboard=unnamedplus |
| 12 | 12 | ||
| 13 | nmap <c-c> :q<cr> | 13 | nmap <c-c> :q<cr> |