Skip to content

Instantly share code, notes, and snippets.

@CynicalApe
Last active January 13, 2024 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CynicalApe/82ce3167ec81161e0cee0c42aa3614ef to your computer and use it in GitHub Desktop.
Save CynicalApe/82ce3167ec81161e0cee0c42aa3614ef to your computer and use it in GitHub Desktop.
windows vimrc
set clipboard=unnamed
set nu
set relativenumber
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set incsearch
set wrap
set scrolloff=8
let mapleader="\<space>"
nnoremap d "_d
vnoremap d "_d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment