aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-05 00:39:34 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-05 00:39:34 +0800
commit4234b1034630f0c8714ac7201b98bf70cdd5f625 (patch)
tree443951523a682dd88295ca57de0560593ffd16aa /tigrc
parent9fe68c97f07496f35b645b62f6d443b4ebd4b5e4 (diff)
Update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 3b7c2c7..5d64450 100644
--- a/tigrc
+++ b/tigrc
@@ -85,7 +85,7 @@ bind main F none
85bind generic <C-T> :toggle commit-title-refs 85bind generic <C-T> :toggle commit-title-refs
86 86
87# edit tigrc 87# edit tigrc
88bind main e >sh -c "vim ~/.tigrc" 88bind main e >sh -c "$EDITOR ~/.tigrc"
89 89
90# move 90# move
91bind main <C-J> :move-next-merge 91bind 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
360bind help e >sh -c "vim ~/.tigrc" 360bind help e >sh -c "$EDITOR ~/.tigrc"
361 361
362#==================== 362#====================
363# color 363# color