about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 17:39:25 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 17:39:25 +0200
commitcfec8ca377ba57b0e0638b9b7ae980c5ff2e6c41 (patch)
treeb4c1325c68d25ab0458384b18837991ab3284019 /mless
parentd458439970caffc3bdebc3c139f29e02b285db55 (diff)
downloadmblaze-cfec8ca377ba57b0e0638b9b7ae980c5ff2e6c41.tar.gz
mblaze-cfec8ca377ba57b0e0638b9b7ae980c5ff2e6c41.tar.xz
mblaze-cfec8ca377ba57b0e0638b9b7ae980c5ff2e6c41.zip
mless: add ^ to go to parent
Diffstat (limited to 'mless')
-rwxr-xr-xmless3
1 files changed, 3 insertions, 0 deletions
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