From 16da804be8c195cdfca75b38eb36f90491b71628 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 12 Jul 2024 21:58:14 +0200 Subject: [PATCH] fix: add smartcase search for manpager --- users/common/shells/pager.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/common/shells/pager.nix b/users/common/shells/pager.nix index 3cf3f09..d01b645 100644 --- a/users/common/shells/pager.nix +++ b/users/common/shells/pager.nix @@ -17,6 +17,9 @@ virtualedit = "all"; splitkeep = "screen"; termguicolors = false; + # set case handling + ignorecase = true; + smartcase = true; }; extraConfigLua = ''