#vim
All links tagged #vim
ranger - A VIM-inspired filemanager for the console
vim-wtf - A variable contrast color scheme for terminal lovers
66 points and 14 comments so far on reddit
48 points and 19 comments so far on reddit
222 points and 22 comments so far on reddit
Answer (1 of 11): Conque(https://code.google.com/p/conque/) - Lets you run interactive programs within vim. A major use of this will be to run a terminal within vim. And its better than using the :sh...
vim-themes - some emacs themes ported to vim.

Vim is optimzed for mouseless operation. Using the mouse slows us down, ergo Vim lets us work faster. No other text editor comes close to Vim for speed, efficiency,…

With all the fuss on Atom and Sublime Text, I decided to talk a bit about my favourite editor, Vim. I’ve tried both Sublime and Atom, I’ve especially used Sublime for quite some time before comitting...
What is Vim? If, for some strange reason, you don’t know what Vim is, here’s the short answer: Vim is a highly configurable text editor built to enable e…
34 points and 42 comments so far on reddit
28 points and 14 comments so far on reddit
76 points and 34 comments so far on reddit
57 points and 2 comments so far on reddit
97 points and 39 comments so far on reddit

tmux is used to multiplex several virtual consoles to access multiple terminal sessions inside a single terminal window or remote terminal.
26 points and 26 comments so far on reddit

Here are 10 Vim tips that I think you should know about.
10 points and 18 comments so far on reddit
I'm sure we all have our handy time-savers. I'll start: " Quickly yank all lines in the file. nmap yy :%y+ `` is...
216 points and 32 comments so far on reddit
56 points and 4 comments so far on reddit
I am currently using `` but it get's in the way more and more. In vim it overlaps with increment of numbers, in terminal it interferes with...