I want to make the default editor for man pages to be vi
. Right now it is something else.
I know it is something else, because when I try to do a case insensitive search, it doesn't work the way it does in vim:
/someWord\c
the above does not work in man pages, but it does work in vim.
How do I find out the editor for man pages? thank