From cfec8ca377ba57b0e0638b9b7ae980c5ff2e6c41 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 8 Aug 2016 17:39:25 +0200 Subject: mless: add ^ to go to parent --- mless | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mless') diff --git a/mless b/mless index 708be23..1a4a38b 100755 --- a/mless +++ b/mless @@ -88,5 +88,8 @@ while :; do 72) # H toggle HTML mode MLESS_HTML=$((1-$MLESS_HTML)) ;; + 94) # ^ goto parent + mseq -C '.^' 2>/dev/null + ;; esac done -- cgit 1.4.1