How To Copy, Cut, and Paste In Vi/Vim?

How To Copy, Cut, and Paste In Vi/Vim?

As a command-line text editor vi/vim provides the keys in order to select, copy, cut, and paste the text. For novice users using keys to select, copy, cut, and paste a text or content is very unfamiliar as most of the users use GUI-based text editor which provides cursor and menus for these operations. In … Read more

Linux less Command Tutorial

Linux less Command Tutorial

The less command is one of the commands which is used to display and read file contents into the terminal in Linux and Unix systems. less command makes it very easy to navigate, search in a file with a keyboard shortcut. less command first created for Unix systems where there is no GUI and every … Read more

How To Install Notepad++ In Linux?

How To Install Notepad++ In Linux?

Notepad++ is a very popular text editor that is created for Windows operating systems. Notepad is a native and simple Windows application that is provided by Microsoft. Notepad++ is a lot more advanced text editor which is an alternative to the Notepad. But Notepad++ natively does not supports Linux distributions like Ubuntu, Debian, Mint, Kali, … Read more

Move or Jump End Of File in Vi/Vim

Move or Jump End Of File in Vi/Vim

Vim/Vi are popular command-line text or code editors. As a command-line text editor, the vi/vim should be used with commands. While using a GUI-based text editor going end of the files is easy by scrolling down with a mouse but it is different in vi/vim editor as there is no scroller. Vi/vim provides some shortcuts … Read more