Skip to content

Instantly share code, notes, and snippets.

@edew
Created April 6, 2024 18:07
Show Gist options
  • Save edew/50fb1edbdaae38328f5320fb2ef49e94 to your computer and use it in GitHub Desktop.
Save edew/50fb1edbdaae38328f5320fb2ef49e94 to your computer and use it in GitHub Desktop.
vimrc
" 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