Skip to content

Instantly share code, notes, and snippets.

View timgarciaa's full-sized avatar
:octocat:

Tim Garcia timgarciaa

:octocat:
View GitHub Profile
@Starraider
Starraider / vim_tips.md
Last active July 2, 2024 22:03
Tips & Tricks for Vim/NeoVim

Tips & Tricks for Vim/NeoVim

Keyboard Shortcuts

Be aware the following shortcuts are only working, if you have the plugins installed mentioned below.

In Command Mode:

:w              Save file

:w filename Save file under new filename

@thetwopct
thetwopct / bash.sh
Created January 20, 2020 15:56
Stop git branch opening in vim/vi
# stop git branch opening in vim/vi
git config --global pager.branch 'false'