Skip to content

Instantly share code, notes, and snippets.

@haxscramper
Created February 2, 2019 13:04
Show Gist options
  • Save haxscramper/add1d7d225f9f53d0c964eebfba03406 to your computer and use it in GitHub Desktop.
Save haxscramper/add1d7d225f9f53d0c964eebfba03406 to your computer and use it in GitHub Desktop.
My vim config
set autowrite
set ignorecase
set incsearch
set mouse=a
set nocompatible
set number
set showcmd
set showmatch
set showmode
set smartcase
set number relativenumber
set whichwrap+=<,>,h,l,[,]
nnoremap ; l
nnoremap l h
set tabstop=4 shiftwidth=4 expandtab
nnoremap x "_x
nnoremap d "_d
nnoremap D "_D
vnoremap d "_d
nnoremap <leader>d ""d
nnoremap <leader>D ""D
vnoremap <leader>d ""d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment