From b55123f8c0716f99f7bfa1882cc693c795a88c92 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 1 Jan 2011 00:10:09 +0100 Subject: [PATCH] lesskey: Add ^P/^N for line-edit to replace the arrow keys. --- lesskey | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lesskey b/lesskey index 47cb71e..dceb312 100644 --- a/lesskey +++ b/lesskey @@ -10,6 +10,13 @@ h left-scroll l right-scroll +#line-edit + +# Vim-like up/down to replace the arrow keys. +^P up +^N down + + #env # Set options for less. -- 2.44.1