TechInfected

Linux, OpenSource, Programming And Hacks

  • Contact
  • About
  • Privacy Policy

Category: vim

How to Write, Compile and Run a C/C++ Program in Fedora Terminal

October 2, 2016 Aman Deepc++, cli, fedora, vimLeave a Comment on How to Write, Compile and Run a C/C++ Program in Fedora Terminal

In this tutorial we will see how to how to write, compile and run a C or C++ program in fedora terminal itself i.e writing, compiling and execution of the program will be done within the terminal itself. For writing…

Read More→

How to Comment and Uncomment Multiple Lines in Vim

May 26, 2016 Aman Deepcli, vimLeave a Comment on How to Comment and Uncomment Multiple Lines in Vim

There are several ways you can comment and uncomment a range of lines in vim editor. Commenting  Method I (easiest) Step 1: Make sure your are in command mode by pressing Esc key Step2: Move your cusor to the start of…

Read More→

How to Auto Indent a Program: Vim Tips & Tricks

August 28, 2015 Aman Deeptips, vimLeave a Comment on How to Auto Indent a Program: Vim Tips & Tricks

In this tutorial we will see automatic vim editor indentation tips and more. Indentation makes a program readable as well as neat and organised. In python programming language indentation is used instead of curly braces or keywords which make code…

Read More→

Basic Vim editing for beginners

July 27, 2014 Aman Deepvim3 Comments on Basic Vim editing for beginners

Vim is a Powerful console-based text editor. It is full of features. But in this tutorial we will only see the basic editing with the vi/vim editor. After going through this you will be able to do most of the…

Read More→

Vim Commands Cheat Sheet

July 26, 2014 Aman Deepreference, vimLeave a Comment on Vim Commands Cheat Sheet

Vim has been a Unix/Linux programmer’s friend since decades, once you get a strong grip on its commands you can do things much faster in a few keystrokes, for example : you need not even use arrow keys to move…

Read More→

Writing a C/C++ program on ubuntu terminal

May 20, 2012May 17, 2020 Aman Deepprogramming, terminal, ubuntu, vim8 Comments on Writing a C/C++ program on ubuntu terminal

Here is a simple 5 step instruction to compile and execute C/C++ program on the linux terminal. I have also included a sample C/C++ example to demonstrate.In order to write the program in the terminal itself, we need a console (terminal) based…

Read More→

Recent Posts

  • Make a Ping Network Utility tool using Django
  • Build a Complete Quiz App using VueJS and Django
  • Popular & Easy to learn Web Frameworks in 2020
  • Process in Linux/Unix explained with ps command examples
  • Create Ajax View method for GET/POST in Django
  • What to use? let, const or var in JavaScript
  • Loader animation inside Vuetify Button with VueJs
  • Randomized In-place algorithm JavaScript implementation
  • Axios Cheatsheet for GET, POST, PUT, DELETE Requests
  • Fullscreen Toggle component in VueJS
Tech Infected
Follow @TechInfected

Recent Comments

  • Pratik Rane on Loader animation inside Vuetify Button with VueJs
  • john on Cool Matrix scrolling in linux terminal – CMatrix
  • Anonymous on How to install and use Tkinter in ubuntu / Debian / Linux mint
  • Unknown on How to install and run Juypter/Ipython Notebook in Ubuntu/Debian/Linux Mint
  • Anonymous on Difference between Seeds, Peers and leeches in Torrent
Copyright © 2020 • TechInfected. All rights reserved.
Blog Kit by WP Charms