text editor – POFTUT

What Is Source Code In Programming?

What Is Source Code In Programming?

Source Code is a program code which is a text. In order to create applications and programs they should be coded and this code is called “source code”. Source code may change according to the application features, behavior, and programming language. An application can be created by using different programming languages and source code. Source … Read more

How To Download and Install gVim For Windows, Ubuntu, Mint, Centos, Fedora?

How To Download and Install gVim For Windows, Ubuntu, Mint, Centos, Fedora?

vim is a popular text editor used to edit text, create applications and change configuration. vim is a Linux based tool where it is also cloned into other platforms like Windows, MacOS, BSD, etc. vim is a console, command-line based tool which is used with some keyboard shortcuts. Gvim is the graphical version of the … Read more

How To Install Atom Text/Code Editor On Ubuntu, Debian, Mint, Kali?

How To Install Atom Text/Code Editor On Ubuntu, Debian, Mint, Kali?

Atom Text/Code Editor is very powerful and original editor used in Linux distributions like Ubuntu, Debian, Mint, Fedora, Kali, CentOS, etc. Atom calls it as hackable text editor for the 21st Century as it provides very dynamic features for a simple text editor. Atom Text/Code Editor Features Atom Text/Code editor provides a lot of unique … Read more

How To Use Vi Editor?

vi is a very powerful text editor where most of the Linux distributions provide. vim is an improved version of the vi editor with more features. Most of the intersecting features comply with vim. In this tutorial, we will learn how to use vi from start. Open File We will start by opening a text file by providing the … Read more

How To Set, Configure and Use Vim Color Scheme

Vim is very popular ans useful text editor based command line and GUI. I prefer vim because of its featured over nano etc. Vim have color scheme and highlighting features where different syntax for programming languages can be printed in a pretty and understandable form. In this tutorial we will look how to change color … Read more

Vim Undo and Redo Operations

While editing text files with vim we can make some little mistakes or want to revert to the previous states. In Microsoft Word there is features rich undo and revert functions. The similar undo and revert functionalities provided by vim too. List Changes In order to revert back we can list changes and related information. … Read more

Vim Go To Line with Different Ways

Vim provides a lot of useful features and shortcuts during usage. In this tutorial we will look different ways to go specified line numbers or position in a file. Show Line Numbers In this tutorial we will learn navigating to the specified line in vim. But how can we specify line we want to go. … Read more

Linux Vi and Vim Command-Line Text Editor Tutorial

Linux Vi and Vim Command-Line Text Editor Tutorial

Linux provides a lot of useful tools from the command line. Vi or Vim is one of the very popular text editor used in Linux, Unix, and BSD operating systems. In this tutorial, we will look at different usage examples of the Vim. From up to now we will call Vim which is an improved … Read more

Php – Install Php In Linux and Create Development Environment

[rps-include post=6522] As stated previous post Php is portable language. Which makes Php supports a lot of different platforms. In this post we will look how to install Php and IDE named Eclipse in Linux operating system like Fedora and Ubuntu. During post we will give both Fedora or yum and Ubuntu apt instructions. Let’s start the … Read more

Vi/Vim Show Line Numbers

Vi is a popular text editor for Linux and BSD environments. It gives a lot of features to the user. But its learning curve is a bit complex. Actually learning vim is complex but after learning, it is very comfortable to work with text files. Vi is used by the system administrators, users, developers. Developers … Read more