Last active
January 13, 2024 06:21
-
-
Save kakakikikeke/bf0b4f4a0d790ac749ebd7b0b8054faf to your computer and use it in GitHub Desktop.
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 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