aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/nuke2
-rw-r--r--src/nnn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/nuke b/plugins/nuke
index 604777b..7e9c6ce 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -99,7 +99,7 @@ handle_pdf() {
}
handle_audio() {
- if which mocplay >/dev/null 2>&1; then
+ if which mocp >/dev/null 2>&1 && which mocplay >/dev/null 2>&1; then
mocplay "${FPATH}" "opener" >/dev/null 2>&1
exit 0
elif which mpv >/dev/null 2>&1; then
diff --git a/src/nnn.c b/src/nnn.c
index 4be2a78..1f7197f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3973,7 +3973,7 @@ static void show_help(const char *path)
"9g ^A Top%-18c. F5 Toggle hidden\n"
"9G ^E End%-21c0 Lock terminal\n"
"9b ^/ Bookmark key%-12c, Pin CWD\n"
- "a1-4 Context 1-4%-8c(B)Tab Cycle context\n"
+ "a1-4 Context 1-4%-7c(Sh)Tab Cycle context\n"
"c/ Filter%-17c^N Nav-as-you-type toggle\n"
"aEsc Exit prompt%-12c^L Redraw/clear prompt\n"
"c? Help, conf%-14c+ Toggle proceed on open\n"