fix: add smartcase search for manpager
This commit is contained in:
parent
7665a7f89b
commit
16da804be8
|
@ -17,6 +17,9 @@
|
|||
virtualedit = "all";
|
||||
splitkeep = "screen";
|
||||
termguicolors = false;
|
||||
# set case handling
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
};
|
||||
|
||||
extraConfigLua = ''
|
||||
|
|
Loading…
Reference in a new issue