diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-23 00:36:52 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-23 00:36:52 +0800 |
commit | 47415d351ba267622c59dc2ac5d9b1c04e889ab4 (patch) | |
tree | ae4f9b1b27789518d6620ebde4981716de284d63 | |
parent | 641d3f69e03f749f8fb2e64224755f5cdb7f2d83 (diff) |
Update
-rw-r--r-- | mutt/default | 3 | ||||
-rw-r--r-- | tigrc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mutt/default b/mutt/default index de2bd9d..ac57ddf 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -20,7 +20,8 @@ set quit = ask-no | |||
20 | set sort = reverse-threads | 20 | set sort = reverse-threads |
21 | set pager_index_lines = 5 | 21 | set pager_index_lines = 5 |
22 | set markers = no # Remove '+' for long links with limited terminal width | 22 | set markers = no # Remove '+' for long links with limited terminal width |
23 | set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | 23 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" |
24 | set index_format = "%Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | ||
24 | 25 | ||
25 | # Preference | 26 | # Preference |
26 | alternative_order text/plain text/enriched text/html | 27 | alternative_order text/plain text/enriched text/html |
@@ -140,6 +140,7 @@ bind main p none # override default pager binding | |||
140 | bind main pp ?git push | 140 | bind main pp ?git push |
141 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 141 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
142 | bind main pr ?git push -u %(remote) %(branch):%(branch) | 142 | bind main pr ?git push -u %(remote) %(branch):%(branch) |
143 | bind main pc ?git push -u %(remote) %(commit):%(branch) | ||
143 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 144 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
144 | bind main pF ?git push --force | 145 | bind main pF ?git push --force |
145 | bind main pd ?git push %(remote) :%(branch) | 146 | bind main pd ?git push %(remote) :%(branch) |