diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index b336b3b..924bd8a 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -204,6 +204,7 @@ in { MANPAGER = "nvim +Man!"; VISUAL = "nvim"; EDITOR = "nvim"; + WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>"; }; # shellAliases = { # cat = "bat";