alt+enter in zathura opens ranger in cwd

This commit is contained in:
2023-05-23 18:21:53 +02:00
parent 2fe75c0f1b
commit bbc8f32838
2 changed files with 6 additions and 22 deletions

2
.local/bin/ranger_at_file Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
$TERMINAL "$FILE" "${1%/*}"