diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-17 17:27:00 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-17 17:27:00 +0800 |
commit | 39bf55b9ad5694756b33d43b31e3dc6d16cd76b5 (patch) | |
tree | df574215a2a524b258bfa6a55bca057a95d509c5 /tigrc | |
parent | ca368867b0eccd540a0cfb20ef5ff006c69df5b8 (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ bind generic pT ?git push %(remote) %(tag) | |||
185 | 185 | ||
186 | # search in history | 186 | # search in history |
187 | bind main S none | 187 | bind main S none |
188 | bind main Sl >sh -c 'git log -G --pretty=raw "%(prompt Lines contains: )" | tig --pretty=raw' | 188 | bind main Sl >sh -c 'git log --pretty=raw -G "%(prompt Lines contains: )" | tig --pretty=raw' |
189 | bind main Sf >sh -c 'git log --pretty=raw -- "*%(prompt Filename: )*" --pretty=raw | tig --pretty=raw' | 189 | bind main Sf >sh -c 'git log --pretty=raw -- "*%(prompt Filename: )*" --pretty=raw | tig --pretty=raw' |
190 | 190 | ||
191 | # submodule | 191 | # submodule |