Switch default editor to tensaku so we can move things

This commit is contained in:
Ryan Hughes
2026-06-12 22:27:20 -04:00
parent c582e7133a
commit 4bfa5a6949
7 changed files with 37 additions and 33 deletions
+2 -2
View File
@@ -12,5 +12,5 @@
# Rotate the currently open image by 90 degrees
<Ctrl+r> = exec mogrify -rotate 90 "$imv_current_file"
# Edit the current image in Satty and quit the viewer
<Ctrl+e> = exec satty --filename "$imv_current_file" & ; quit
# Edit the current image in Tensaku and quit the viewer
<Ctrl+e> = exec tensaku-edit "$imv_current_file" & ; quit