Created
January 13, 2021 15:58
-
-
Save jdspiral/f1864b563d8ed7257bc8918c9e0aef2c to your computer and use it in GitHub Desktop.
Vim Style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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