Created
March 15, 2022 09:52
-
-
Save GlaceCoding/cb07104c2232b8573bb39afbd9baed01 to your computer and use it in GitHub Desktop.
config vimrc
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
set mouse=a | |
set number | |
set autoindent | |
syntax on | |
set title | |
set ruler | |
au WinLeave * set nocursorline | |
au WinEnter * set cursorline | |
set cursorline | |
set showmode | |
set shm=a | |
set laststatus=2 | |
set tabstop=4 | |
map <C-M> :tabnext <CR> | |
map <C-L> :tabprevious <CR> | |
map <F9> :shell <CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment