diff options
author | typebrook <typebrook@gmail.com> | 2019-05-02 00:06:14 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-02 00:06:14 +0800 |
commit | f28834b6365b705d951c0a7259da3b6a2e6826c6 (patch) | |
tree | bd717101337d8e1db3b59c9ae45ab6dd5f0c4ba2 /tigrc | |
parent | 1af9feadf3ab3a78b6ad573d6e661e16acc6fd0b (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,6 +8,7 @@ | |||
8 | bind generic g none | 8 | bind generic g none |
9 | bind generic gg move-first-line | 9 | bind generic gg move-first-line |
10 | bind generic G move-last-line | 10 | bind generic G move-last-line |
11 | bind generic S none | ||
11 | bind generic <C-H> scroll-left | 12 | bind generic <C-H> scroll-left |
12 | bind generic <C-L> none | 13 | bind generic <C-L> none |
13 | bind generic <C-L> scroll-right | 14 | bind generic <C-L> scroll-right |
@@ -126,8 +127,8 @@ bind main Su ?>git submodule update | |||
126 | bind main Si ?>git submodule init | 127 | bind main Si ?>git submodule init |
127 | 128 | ||
128 | # make patches | 129 | # make patches |
129 | bind main ZZ ?>git format-patch %(commit) | 130 | bind main PP ?>git format-patch %(commit) |
130 | bind main Z1 ?>git format-patch -1 %(commit) | 131 | bind main P1 ?>git format-patch -1 %(commit) |
131 | 132 | ||
132 | # show diff based on revision | 133 | # show diff based on revision |
133 | bind main . >sh -c "git diff %(commit) | tig" | 134 | bind main . >sh -c "git diff %(commit) | tig" |