diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -85,7 +85,7 @@ bind main F none | |||
| 85 | bind generic <C-T> :toggle commit-title-refs | 85 | bind generic <C-T> :toggle commit-title-refs |
| 86 | 86 | ||
| 87 | # edit tigrc | 87 | # edit tigrc |
| 88 | bind main e >sh -c "vim ~/.tigrc" | 88 | bind main e >sh -c "$EDITOR ~/.tigrc" |
| 89 | 89 | ||
| 90 | # move | 90 | # move |
| 91 | bind main <C-J> :move-next-merge | 91 | bind main <C-J> :move-next-merge |
| @@ -357,7 +357,7 @@ bind diff u @git checkout %(commit)^ -- %(file) | |||
| 357 | #==================== | 357 | #==================== |
| 358 | 358 | ||
| 359 | # edit tigrc | 359 | # edit tigrc |
| 360 | bind help e >sh -c "vim ~/.tigrc" | 360 | bind help e >sh -c "$EDITOR ~/.tigrc" |
| 361 | 361 | ||
| 362 | #==================== | 362 | #==================== |
| 363 | # color | 363 | # color |