Created
July 3, 2017 14:54
-
-
Save zelaznik/d19142e382539c0eb5d1549ffceda63e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
set nocompatible | |
set number | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set swapfile | |
set dir=~/tmp | |
set hlsearch | |
filetype indent plugin on | |
nnoremap <silent> <F4> :set cursorline!<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment