vote up 7 vote down star
6

I am interested in what people use as their text editor, and would specifically like to know what is the feature of vim that you like the most?

In answering, please state what you mostly use vim to do, sysadmin tasks, programming, and in what language you mostly program in.

flag

35 Answers

1 2 next
vote up 9 vote down check

Ctrl + v -- row visual mode

shift + i -- insert before

type text

(Inserting stuff in multiple lines at the same time)

as for the second part of the question:

I use vim mostly for editing single file stuff of every kind... scripts, proof of concept code, documents, lists ...

link|flag
vote up 1 vote down

I enjoy the ability to type and save text.

link|flag
vote up 4 vote down

I use vim for editting source code. Its best feature in my opinion is the regex search and replace stuff.

link|flag
vote up 6 vote down

I like the flame wars it start with emacs.

link|flag
vote up 1 vote down

:q!

and

ZZ

link|flag
vote up 1 vote down

I use vim (or vi) for every text editing task I do -- programming (php, perl, bash, html, javascript, java), sysadmin, e-mail composition, etc. I'm not proud of that, but it's the editor I know and my fingers are too set in their ways to change.

As for favorite features, I like the vim (and vi) command that likely has the highest power-to-pixel ratio.

.

--
bmb

link|flag
vote up 6 vote down

I suppose the best feature of Vim is the modal paradigm to using a text editor.

There are many editors that have as many features as Vim, but there are not many that use the modal way of editing/performing commands that Vim has, and although I could use TetxMate, BBEdit or Emacs that are three of the most powerful editors for the Mac, I always end returning to Vim just because it's easier on the fingers and fits my way of editing better.

link|flag
vote up 1 vote down

I use vim for all text editing: sys admin tasks, programming, taking notes, writing e-mails etc.

Compared to vi the multi-level undo is a killer feature, but features such as window splitting and visual selection are quite nice. Also the way the extended features can be combined with original vi command set; one of my favorites is using the visual block selection (Ctrl-V) combined with "c" which allows you to change columns of text.

link|flag
vote up 5 vote down

"*" command - search for the word under your cursor. If I can go for a few more then: easy to record and play macros, multiple buffers, bookmarks and "." command. The last one is one of my favorites. It repeats the last changes that you've made. For example, if i replace one word with another, then pressing "." will do the same thing again. Another example, if i add another argument to a function by typing something like ", int i", then pressing "." will do it again.

link|flag
vote up 2 vote down

I use Vim most for programming, I love recording macros, they are very useful in some occasions as well regexp's, I also like the text identation features, for example =iB (ident inner { ... } block) or gg=G to ident the entire file.

Find useful also [ Shift-i to see all the occurrences of the word under the cursor in the current file.

I like tag-block motions (I edit HTML and XML also), for example dit will delete the inner content of an markup tag or dat will delete the tag under the cursor...

link|flag
vote up 0 vote down

I use Vim for all text-editing and programming (primarily Python) tasks. Its best feature is the steep learning curve which allows one to feel superior once it's mastered.

link|flag
vote up 1 vote down

I like that you can use it in telnet, ssh, and other terminals, and that you can completely control all it's functions using standard ASCII character keys.

link|flag
vote up 1 vote down
  • Folds are really handy.
  • Its script language is also cool.
  • Ctrl-n and ctrl-p for showing a popup menu of terms from the current file that match the word under the cursor (basically just autocomplete) is really nice, too.

For the most part, I do programming in PHP and Ruby. I also keep track of to-do lists etc.

link|flag
vote up 0 vote down

Visual Blocks and all the text manipulations you can do with them. Incredibly powerful.

link|flag
vote up 0 vote down

I like so many of VIM's features, but I can sum them up with this statement: almost everything can be done with less than 3 keystrokes. Furthermore, there is no real drawback over not having a pointing device such as a mouse. Even the most complicated tasks can be assigned to macros.

link|flag
vote up 5 vote down

@ macros.

qa
< Do stuff>
qa

@a to repeat what I just did in the buffer.

link|flag
vote up 0 vote down

The ability to navigate word to word with w, sentence by sentence with ) and section by section with ].

link|flag
vote up 0 vote down

I really like branch undo (yes, that's right... branch undo (and redo)). The dot, and macros, and plugins, and three letter keystrokes, and... and... etc etc.

I use it for programming. Primarily PHP/SQL/HTML/JS/etc

link|flag
vote up 0 vote down

It works everywhere. However crippled, single user, tiny embedded, 20year old or damaged the machine - you can still use vi.

link|flag
vote up 0 vote down

Speed.

I can quickly jump to any file, line, block, expression I want to fix errors. Without the use of a mouse.

I can quickly use both regex and macros to fix my code.

link|flag
vote up 1 vote down

vim 7.0 has tabs! I didn't know that until recently and now vim has become my editor of choice for ruby/php/java programming and linux sysadmin work.

:tabe foo

note: I don't like having to type :tabp and :tabn to switch between tabs... any suggestions?

link|flag
show 2 more comments
vote up 0 vote down

@mgb Not only does it work everywhere, but it is everywhere. There isn't a linux distribution on the planet that doens't come with some sort of vi. Knowing it allows one to instantly have an extremely powerful editor that one is familiar with on any *nix computer anywhere. Not too fan the flames too much, but the same cannot be said of emacs.

Other good features?

  • plugins
  • easy to customize in a single file (vim.rc)
  • split screen editing.
link|flag
vote up 0 vote down
gqap

Reflow the current paragraph according to the current textwidth (tw) setting.

link|flag
vote up 1 vote down

The ability to use tags file: man ctags

By using the -] key you can jump the the definition of the identifier under the cursor. What takes this beyond most IDE's that the previous location is pushed onto a stack. So you can ":pop" yourself back to your old location.

link|flag
vote up 0 vote down

With VIM editor it's easy to do code indentation, I like the regexp and tag based replace machanism and visual block mode is just one of good features, just select stuff horizontally or vertically, do what ever u want like indentation, cut, copy or replace all of them with something else. Added to this Macro's are damn powerfull, they reduce my typing work a lot. All in all just one awesome editor for developers.

link|flag
vote up 0 vote down

Scriptability (which is not a word). Not only does VIM have it's own scripting language, but if compiled with +python, VIM scripts can be written in python. This opens up insane possibilities and is demonstrated well by the user submitted scripts.

link|flag
vote up 0 vote down

I was raised on Emacs, but the feature I like best about it is shared with Vim - ubiquity. I HATE switching editors. If you find one that can fit your needs AND that is popular enough that other editors (Visual Studio for example) actually have MODES to emulate it, then your can learn that editor well and not worry about having wasted your time.

And unfortunately for me, Emacs is too heavy, and vi wins in the ubiquity department. If you want to effectively administer Linux, for example, and not rely on nano/pico to save you, then you should learn vi. That is, I should learn vi. Sigh...

link|flag
vote up 0 vote down

d[number]d -- Deletes that many lines.

link|flag
vote up 0 vote down

Being an embedded linux programmer, I would say that the best feature of Vim is the fact that it's predecessor, vi, is nearly 100% gauranteed to be available on any unix platform. So knowing even the basic editing commands will enable you to edit files nearly anywhere (personally I use other editors for the programming-intensive work).

link|flag
show 1 more comment
vote up 1 vote down
  • Not having to use the mouse
  • Ctrl-V to select a rectangular area
  • . command to repeat
  • Easy to record little macros for one-time use.
link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.