diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-05 12:24:28 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-05 12:24:28 +0800 |
commit | d5da276ea560154de4a8a7a30711d34392218ef8 (patch) | |
tree | 4b98490d60101f4f5de951f554f0ec05de6d766f /tigrc | |
parent | c0e2441b7dba9975690f4fa6958be4fe23c30d86 (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ bind main F none | |||
83 | bind generic <C-T> :toggle commit-title-refs | 83 | bind generic <C-T> :toggle commit-title-refs |
84 | 84 | ||
85 | # edit tigrc | 85 | # edit tigrc |
86 | bind main e >sh -c "$EDITOR ~/.tigrc" | 86 | bind main e >sh -c "$EDITOR ~/.tigrc && source ~/.tigrc" |
87 | 87 | ||
88 | # move | 88 | # move |
89 | bind main <C-J> :move-next-merge | 89 | bind main <C-J> :move-next-merge |