Created
April 6, 2024 18:07
-
-
Save edew/50fb1edbdaae38328f5320fb2ef49e94 to your computer and use it in GitHub Desktop.
vimrc
This file contains 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
" Disable vi compatibility | |
set nocompatible | |
" Enable syntax highlighting | |
" See :help vimrc-filetype | |
filetype plugin indent on | |
" Ignore case in search strings | |
set ignorecase | |
" Set <Leader> keybinding | |
let g:mapleader="j" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment