Created
November 7, 2023 14:47
-
-
Save kennycyb/3f8d717b7e9f4d374fb91cb0332f6405 to your computer and use it in GitHub Desktop.
.vimrc
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 number | |
set incsearch | |
set mouse=a | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set autoindent | |
set smartindent | |
set nocompatible | |
syntax on | |
filetype on | |
filetype indent on | |
filetype plugin on | |
set pastetoggle=<F10> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment