Tagged Questions
0
votes
1answer
27 views
How to change search result highlight in vi?
The scenario: I log on a server using ssh, and search for keywords in a log file using vi.
The problem: at the moment, the results of a search is only highlighted by a cursor _ below the searched ...
5
votes
1answer
3k views
Switch VI to use backspace key instead of Control+H for backspace?
I'm on Solaris 10 and by default vi version SVR4.0, Solaris 2.5.0 is installed.
The system was set up so that when I ssh to it Control+H does backspace, and backspace outputs ^?
I added stty erase ...