Linux / UNIX Tech Support Forum
This is a discussion on how to use editor like vi or mcedit within the Getting started tutorials forums, part of the Linux Getting Started category; I gone through several basic Linux commands and i starts to next level of shell scripting there they accentuates editor ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I gone through several basic Linux commands and i starts to next level of shell scripting there they accentuates editor like vi or mcedit and i hadn't learn the commands so please any body help me
|
| Sponsored Links | ||
|
|
|
|||
|
Hi here is some comman comands when using Vi text editor:
if you have to edit a file like ram.sh you put this command $ vi ram.sh now u can edit the file ... if you want to creat a new file with vi in this case the file name is ram follow the steps i writing here: $ vi ram now it open text editor to insert the text esc+i to save the text esc + : + w to quit from text editor esc + : + q |
|
|||
|
Hi,
Actually, Vim is a very powerful editor and can be (if configured) an IDE (Integrated Development Editor). It supports syntax highlightning, line numbering, a language corrector and much more... The tutorials on vim's website are clear and easy to understand. I only use Vim for programming. Cheers, Elverion |
|
||||
|
Vi is a wonderful editor that takes time to master. Trust me I learn new commands daily. I like this document cause it is a pdf. However this site has great vi write ups.
https://docs.rice.edu/confluence/dow....pdf?version=1 The vi editor story – an interview with Bill Joy Learning and Mastering the Linux VI / VIM editor UNIX / Linux: vi / vim perform search and replace operation When I first started with VI I printed a cheat sheet and taped it below my keyboard as a quick reference. HTH, Jaysunn |
|
||||
|
the Vim tutor
Code:
vimtutor
__________________
Vivek Gite Linux Evangelist |
|
|||
|
The idea is to make Your life easier so Nano and Pico are good for that. However a sysadmin has to be flexible and that means being ready to manage a system without nano. Vim is statistically present on most systems by default or installed by an admin that got used to it. For a person that would get to know it it's a handy and powerful tool.
|
![]() |
| Tags |
| learn unix text editor , learn vi , learn vim , linux , mcedit , unix , vim , vim tutorial , vimtutor |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vim editor | jithendra | Linux software | 1 | 09-05-2008 03:09 PM |