Created
December 30, 2022 22:37
-
-
Save pierdom/6229f83a75a0c903f540629e9ef0216e to your computer and use it in GitHub Desktop.
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
filetype on | |
filetype plugin on | |
filetype indent on | |
syntax on | |
set number | |
set cursorline | |
set showmode | |
set showmatch | |
set hlsearch | |
set history=1000 | |
set wildmenu | |
set wildmode=list:longest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment