Skip to content

Instantly share code, notes, and snippets.

@GlaceCoding
Created March 15, 2022 09:52
Show Gist options
  • Save GlaceCoding/cb07104c2232b8573bb39afbd9baed01 to your computer and use it in GitHub Desktop.
Save GlaceCoding/cb07104c2232b8573bb39afbd9baed01 to your computer and use it in GitHub Desktop.
config vimrc
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