Skip to content

Instantly share code, notes, and snippets.

@jdspiral
Created January 13, 2021 15:58
Show Gist options
  • Save jdspiral/f1864b563d8ed7257bc8918c9e0aef2c to your computer and use it in GitHub Desktop.
Save jdspiral/f1864b563d8ed7257bc8918c9e0aef2c to your computer and use it in GitHub Desktop.
Vim Style
syntax on
:colorscheme desert
:set number
:set tabstop=4
inoremap jk <ESC>
let mapleader = "\<SPACE>"
set encoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment