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
+1 -1
View File
@@ -29,7 +29,7 @@ open_image() {
local path="$1"
[[ -r $path ]] || exit 1
exec satty --filename "$path" --output-filename "$path"
exec tensaku-edit "$path"
}
open_text() {