How do I display vi / vim text editor line numbers while writing a shell script or c program? How can I turn on or off this feature?
{ 31 comments }
How do I display vi / vim text editor line numbers while writing a shell script or c program? How can I turn on or off this feature?
{ 31 comments }
use vi / vim as IDE (Integrated development environment) a software development system using Ubuntu Linux. How do I auto complete file name under vim / vi text editor while editing text file or java / c / python program? I can auto complete file nameunder bash shell by hitting [TAB] key.
{ 5 comments }
Q. I find vi hard to use. How do I change my default text editor from vim / vi to Pico under Debian Linux? A. To use and change an editor to edit your text message, set the variable EDITOR to the pathname of the vi / vim binary file. You need to use export [...]
{ 13 comments }
Q. Quick question – How do I install VIM text editor for my FreeBSD server? Currently it has old version of vi. I like vim as it is a highly configurable text editor and efficient one. A. VIM (Vi IMproved ) is not installed by default under FreeBSD. Vim is a text editor that is [...]
{ 2 comments }
Q. I am using vim under Ubuntu Linux and whenever I type following command: syntax on I’m getting an error which read as follows: E319: Sorry, the command is not available in this version: syntax on How do I fix this problem?
{ 33 comments }