Tagged Questions

108
votes
54answers
8k views

What are the dark corners of Vim your mom never told you about?

There is a plethora of questions where people talk about common tricks, notably this one. However, I don't refer to commonly used shortcuts that a noob would find cool. I am talking about a seasoned …
46
votes
58answers
4k views

What is the best way to force yourself to master vi?

A good while ago, I read an article by the creator of viemu, clearing up a lot of the misconceptions about vi, as well as explaining why it's a good idea (and why it's been very popular for the last …
30
votes
20answers
2k views

Making Vim ubiquitous?

The Pragmatic Programmer recommends that you should use one text editor for everything. My chosen weapon editor is Vim. So I want to collect all the ways in which Vim (and the Vim keybindings) can be …
28
votes
39answers
3k views

Will emacs make me a better programmer?

Steve Yegge wrote a comment on his blog: All of the greatest engineers in the world use Emacs. The world-changer types. Not the great gal in the cube next to you. Not Fred, the amazing guy …
26
votes
27answers
3k views

What is your favorite colorscheme FOR PROGRAMMING in Vim?

I think this is a relevant question for programmers and I'd like to hear other people's answers because some syntax highlighting color schemes are better on the eyes than others. This can affect …
23
votes
40answers
4k views

Why are Vi and Emacs popular ?

I've never learnt to use Vi or Emacs yet people do use them still, despite their being other editors out there that are free and useful. What is it about these two and any others like them that means …
20
votes
12answers
2k views

In vim is there a way to delete without putting text in the register?

Using vim I often want to replace a block of code with a block that I just yanked. But when I delete the block of code that is to be replaced, that block itself goes into the register which erases the …
16
votes
9answers
2k views

Getting root permissions on a file inside of vi?

Often while editing config files, I'll open one with vi and then when I go to save it realize that I didn't type sudo vi filename Is there any way to give vi sudo privileges to save the file? …
15
votes
7answers
2k views

How do I fix the indentation of an entire file in Vi?

In Vim, what is the command to correct the indentation of all the lines? Often times I'll copy and paste code into a remote terminal and have the whole thing messed up. I want to fix this in one …
15
votes
6answers
6k views

Tab key == 4 spaces and auto-indent after curly braces in VIM.

How do I make Vi-Vim never use tabs (converting spaces to tabs, bad!), makes the tab key == 4 spaces, and automatically indent code after curly brace blocks like emacs does? Also, how do I save these …
12
votes
15answers
1k views

Has anyone ever attempted to re-imagine Vim?

Firstly, I want to state for the record that I am not attempting to be a troll, and I do not intend this question to be flamebait. I asked an earlier question in an attempt to discover what other …
12
votes
8answers
1k views

Is there any way to enable code completion for Perl in vim?

Surprisingly as you get good at vim, you can code even faster than standard IDEs such as Eclipse. But one thing I really miss is code completion, especially for long variable names and functions. Is …
11
votes
5answers
1k views

Vim encryption: how to break it?

Recently I decided to encrypt my engineering log using vim's :X encryption feature. I wrote down the password, but evidently I misspelled something or messed something up because decrypting the file …
9
votes
6answers
743 views

In vim, how do I go back to where I was before a search?

Programming in vim I often go search for something, yank it, then go back to where I was, insert it, modify it. The problem is that after I search and find, I need to MANUALLY find my way back to …
8
votes
11answers
229 views

Opening files in the same folder as the current file, in vim

In vim, when I have a buffer open, I often need to load another file in the same directory that file is in, but since I don't usually cd into it, the pwd is a parent folder, so I have to retype the …

1 2 3 4 5 9 next
15 30 50 per page