Skip to content

Instantly share code, notes, and snippets.

@DavidMCarek
Last active June 1, 2021 13:44
Show Gist options
  • Save DavidMCarek/7115e2fda477dcf29575fa6291159c43 to your computer and use it in GitHub Desktop.
Save DavidMCarek/7115e2fda477dcf29575fa6291159c43 to your computer and use it in GitHub Desktop.
My vimrc file
set directory=.,$TEMP
syntax on
filetype plugin on
noremap U <C-r>
noremap j h
noremap k j
noremap l k
noremap ; l
inoremap jk <Esc>
set nu
set autoindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
set smartindent
set smarttab
set expandtab
set noerrorbells visualbell t_vb=
set backspace=indent,eol,start
set ignorecase
set hlsearch
set selectmode=mouse
hi Search cterm=NONE ctermfg=Green ctermbg=DarkBlue
hi Search guifg=Green guibg=DarkBlue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment