Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

What specific productivity gains do Vim/Emacs provide over GUI text editors?

vim emacs text-editor

Copy from one register to another

vim vim-registers

Piping buffer to external command in Vim

vim pipe external

VIM Super Fast Navigation

vim navigation

Using Vim's persistent undo?

vim undo undo-redo

Vim Surround inserts extra space around the word

vim surround

Change 2-space indent to 4-space in vim

vim

How do I "source" something in my .vimrc file?

plugins vi vim

Highlight changed lines and changed bytes in each changed line

git vim diff highlight word-diff

Vim Configure Line Number Coloring

How to specify a editor to open crontab file? "export EDITOR=vi" does not work

linux vim

How does one escape backslashes and forward slashes in VIM find/search?

regex vim

How to quickly change variable names in Vim?

vim variables refactoring

How can I wrap text to some length in Vim?

vim indentation

How can you list the matches of Vim's search?

search vim

Insert the carriage return character in vim

unix vim special-characters

Refactoring in Vim

vim refactoring

Installing vim with ruby support (+ruby)

ruby vim

How do I set the UI language in vim?

vim user-interface

How to make .bashrc aliases available within a vim shell command? (:!...)

bash vim alias