Skip to content

Instantly share code, notes, and snippets.

@kakakikikeke
Last active January 13, 2024 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kakakikikeke/bf0b4f4a0d790ac749ebd7b0b8054faf to your computer and use it in GitHub Desktop.
Save kakakikikeke/bf0b4f4a0d790ac749ebd7b0b8054faf to your computer and use it in GitHub Desktop.
set noautoindent
set paste
filetype plugin indent on
syntax on
set term=builtin_ansi
set backspace=indent,eol,start
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