diff options
author | Wynn Wolf Arbor | 2020-03-28 22:09:10 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-04-13 15:45:45 +0200 |
commit | 948460c9d0a1c4b90ed2b0d790365758f2fa73e3 (patch) | |
tree | 226bbd13cd727189464a3d0adb6fee058699794f /weltschmerz.1 | |
parent | ec211bccdcfb5bfabd03f6bcff8df02bb5eab266 (diff) | |
download | weltschmerz-948460c9d0a1c4b90ed2b0d790365758f2fa73e3.tar.gz |
Add Open directory feature
VTE can leverage the child program's support of OSC 7 to keep track of
the current directory. This commit adds support for opening said
directory in the default file manager, either by using a shortcut or by
activating a new entry in the context menu.
Diffstat (limited to '')
-rw-r--r-- | weltschmerz.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index f2481c8..b73ca30 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -44,6 +44,14 @@ and .Sy CTRL + - . It can be reset to its default value with .Sy CTRL + 0 . +.Pp +The program's current directory can be opened in the default file manager with +.Sy CTRL + Shift + O . +Note that +.Nm +relies on proper support of OSC 7 to do this. +If the child program (such as the shell or an editor) does not send OSC 7, +this feature will not work. .Sh SEARCH OVERLAY The search overlay can be opened by pressing .Sy CTRL + Shift + F . |