Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

Is there an extension or mode in Emacs similar to surround.vim?

vim emacs surround

How do you set up .vimrc

ubuntu vim

vim: associate extension with language

vim syntax-highlighting d

How does :g/^$/,/./-j (reduce multiple blank lines to a single blank) work in vim?

regex vim

How to set a custom color to folded highlighting in .vimrc (for use with putty)

How do I get Vim to match a line not beginning with a seven-digit number?

regex vim

Macro for making numbered lists in vim?

vim macros

Find first non-matching line in VIM

search vim

How do I remap escape when in Sublime Text vintage mode?

vim sublimetext

VIM textwidth has no effect

unix vim text-editor neovim

vim randomly breaks syntax highlighting

vim syntax-highlighting

Format Ruby code in Vim

ruby vim code-formatting

Get name of the current file in Vim

vim

Efficient way to remove multiple spaces between two words in Vim

vim

Installing vim with homebrew assistance

macos vim homebrew

Mapping <Shift>-Arrows to selecting characters/lines

vim vi

How to make Vim quickfix list launch files in a new tab?

vim tabs

nerdtree auto focus to file when opened in new tab

nerdtree vim

How to repeat a command with substitution in Vim?

Can I substitute multiple items in a single regular expression in VIM or Perl?

regex perl vim