Update 2024-12-10

This commit is contained in:
2024-12-10 08:11:14 +02:00
parent d231e9de9c
commit 9e0be0285a
21 changed files with 1778 additions and 515 deletions

View File

@@ -26,7 +26,7 @@ ueberzug_offset = [ 0, 0, 0, 0 ]
[opener]
edit = [
{run = '${EDITOR:=vi} "$@"', desc = "$EDITOR", block = true, for = "unix"},
{run = '${EDITOR:=vim} "$@"', desc = "$EDITOR", block = true, for = "unix"},
{run = 'code "%*"', orphan = true, desc = "code", for = "windows"},
{run = 'code -w "%*"', block = true, desc = "code (block)", for = "windows"},
]