Last active
June 17, 2022 00:25
-
-
Save henri/a2ee264ef34be9d2118e1438ec35eb1c to your computer and use it in GitHub Desktop.
.vimrc cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set delete / backspace key to work like most text editors | |
set backspace=indent,eol,start | |
# Links to More + Quick Start Guide : | |
https://vim.rtorr.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment