Linux Basic For Iridis
Linux Basic For Iridis
Linux comes with several editors. We show just Almost all flavours of Linux comes with Vim or at
two examples. least the original simpler version called Vi. Vim
has existed since 1991 and is version powerful
Nano but it has a version steep learning curve. A file
Nano uses very simple key combinations in order can be opened in vim with:
to work with files. A file is either opened or $ vim filename
started with the command: Nano editor home Page:
The file will open in command mode, to input test
$ nano filename http://www.nano-editor.org/
the user needs to enter insert mode by pressing
where filename is the name of the file you want to Gedit “I”. To exit insert mode and return to command
open. mode, press Esc. To save and close, switch to
If X-forwarding is enabled, then users can open
command mode and press “:x”. To close without
When you have the file open in Nano you will Gedit which is very similar to Microsoft’s Notepad.
saving, switch to command mode and press “:q!”
notice at the bottom of the terminal window a Windows users will find the shortcut commands
short list of command key-combinations. The very familiar but just as with Notepad and even Vim editor home page: https://www.vim.org/
carot symbol (^) means to hold <Ctrl> key. So, Nano, Gedit has a very limited functionality.
when you see ^X, that just means “hold the Ctrl
key down and click x”. All key combinations for
Nano start with the <Ctrl> key: