From 7b193b1b992f03baa1d4f520e5826638749c57e6 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Mar 2020 23:33:18 +0000 Subject: [PATCH] zsh: less enable mouse support Usually this works most of the time, but in some invocations mouse does not work without this, e.g. systemctl status --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index f5b2430..c2ce611 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -17,7 +17,7 @@ if exists tty && tty -s; then fi # Configure less and add colours -export LESS="-RI" +export LESS="-RI --mouse" export PAGER="less" export MANPAGER="less -+N" # Disable histfile