Created
February 7, 2025 06:09
-
-
Save tlkahn/9f87edec02ebb1f23604904fee21171d to your computer and use it in GitHub Desktop.
poormansvim
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
set nocompatible | |
syntax on | |
set number | |
set relativenumber | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set autoindent | |
set hlsearch | |
set incsearch | |
set ignorecase | |
set smartcase | |
set mouse=a | |
filetype plugin indent on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment