Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

Save and run at the same time in Vim

python vim

Vim Error: E474: Invalid argument: listchars=tab:»·,trail:·

vim

What's the use of the exclamation mark ('!') in Vim's command line after certain commands like ":w!"?

vim

How to sort numeric and literal columns in Vim

vim sorting

Error message when starting vim: "Failed to set locale category LC_NUMERIC to en_CH" (or en_BR, en_RU & LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES)

macos vim terminal locale local

How to change letters in a word from upper case to lower case or the other way around (swap case)?

vim

How do I replace or find non-printable characters in vim regex?

regex vim non-printable

How to make NERDTree always open on the right side?

vim nerdtree

How to run a series of vim commands from command prompt

shell vim command-prompt

how do I detect OS X in my .vimrc file, so certain configurations will only apply to OS X?

macos vim

Writing a vim function to insert a block of static text

function vim

Map shift-tab in vim to inverse tab in Vim

vim

Exit Vim without committing changes in Git

git vim git-commit

How can you use Python in Vim?

python vim

Is there a difference between `syntax on` and `syntax enable` in vimscript?

vim

How do I search the open buffers in Vim?

search vim

VIM: How to pass arguments to functions from user commands?

vim

How to configure vim to not put comments at the beginning of lines while editing python files

python vim

Display relative and absolute line numbers simultaneously in Vim

vim

How do you select text in vim?

vim