Skip to content

Instantly share code, notes, and snippets.

@ogawatti
Created August 23, 2022 23:24
Show Gist options
  • Save ogawatti/ec565b8481e1ec3dc89128df31be5b96 to your computer and use it in GitHub Desktop.
Save ogawatti/ec565b8481e1ec3dc89128df31be5b96 to your computer and use it in GitHub Desktop.
set nu
set expandtab
set autoindent
set viminfo='20,\"1000
set hlsearch
set tabstop=2
set shiftwidth=2
set hlsearch
syntax on
augroup vimrcEx
au BufRead * if line("'\"") > 0 && line("'\"") <= line("$") |
\ exe "normal g`\"" | endif
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment