Vim

Vim is an awesome text editor, and is widely used by programmer community to increase their productivity. Though the phase in which you learn vim and get comfortable with this not-so-fancy text editor can be very painful, but all of this pain will prove to be worthy once you get comfortable with awesome features of this text editor.

Vim itself can be thought of as a language and you can do really awesome things with vim. In this section, I'll showing you some of the cool stuff that you can do with vim. Note that the reader should not take these posts as a step by step guide for learning vim, rather this section provides some cool stuff that you can do with vim.

  1. Saving and quiting (short cut command)
  2. Moving to the matching paranthesis
  3. Searcing and replacing in Vim
  4. Automatic indentation of Code
  5. Running python code from Vim and replacing the code with output
  6. Printing one character in Vim n number of times
  7. Recording in Vim (Macros)
  8. Printing patterns using Vim
  9. Changing text from Lower-case to Upper-case and vise versa

No comments:

Post a Comment