diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -78,8 +78,8 @@ set main-view = \ | |||
78 | # override graph toggling | 78 | # override graph toggling |
79 | bind main G move-last-line | 79 | bind main G move-last-line |
80 | bind main ` :toggle commit-title-graph | 80 | bind main ` :toggle commit-title-graph |
81 | bind main F none | 81 | bind generic F none |
82 | bind main <C-T> :toggle commit-title-refs | 82 | bind generic <C-T> :toggle commit-title-refs |
83 | 83 | ||
84 | # edit tigrc | 84 | # edit tigrc |
85 | bind main e >sh -c "vim ~/.tigrc" | 85 | bind main e >sh -c "vim ~/.tigrc" |