XPLR open w/ zathura

This commit is contained in:
~erin 2023-03-12 21:29:37 -04:00
parent 960dd988c0
commit 48f300567e
1 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@ xplr.config.modes.builtin.default.key_bindings.on_key.P = {
}
xplr.config.modes.builtin.default.key_bindings.on_key.z = {
help = "zathura",
messages = {
{
BashExecSilently0 = [===[
zathura $XPLR_FOCUS_PATH
]===],
},
},
}
-- Set it to `true` if you want to enable a safety feature that will save you
-- from yourself when you type recklessly.
--