diff options
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 |