Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

What is your most productive shortcut with Vim?

vim vi

How to effectively work with multiple files in Vim

vim vi

What is the <leader> in a .vimrc file?

vim macvim

Redefine tab as 4 spaces

vim

What is the difference between the remap, noremap, nnoremap and vnoremap mapping commands in Vim?

vim mapping command

How do I move to end of line in Vim?

What's a quick way to comment/uncomment lines in Vim?

vim comments

Turning off auto indent when pasting text into vim

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

How does the vim "write with sudo" trick work?

vim sudo

How to duplicate a whole line in Vim?

How to do case insensitive search in Vim

search vim case-insensitive

Vim clear last search highlighting

How to replace a character by a newline in Vim

vim replace escaping newline vi

Indent multiple lines quickly in vi

vim editor indentation vi

How do I make git use the editor of my choice for commits?

How do I exit the Vim editor?

vim vi

In Vim how do I split a long string into multiple lines by a character?

vim