diff options
author | typebrook <typebrook@gmail.com> | 2019-02-23 18:29:41 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-02-23 18:29:41 +0800 |
commit | 8c14fea0e8276ee29c6a62a98b64e8ee6ff410c7 (patch) | |
tree | 0a49ce147e280b63d7dfa702a0cffde80795c383 | |
parent | 8cf165c0e4a984ec7bc4a934e17fb88915d5926e (diff) |
update
-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> |