about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
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