Last active
July 14, 2025 05:26
-
-
Save kakakikikeke/bf0b4f4a0d790ac749ebd7b0b8054faf to your computer and use it in GitHub Desktop.
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
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 | |
augroup my_settings | |
autocmd! | |
autocmd BufWinEnter * set noautoindent | set paste | |
augroup END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment