Mercurial > ec-dotfiles
comparison rc/vimrc @ 748:49c57e26fc24
[vimrc] faster paste
| author | nanaya <me@nanaya.net> |
|---|---|
| date | Sat, 23 Aug 2025 20:42:33 +0900 |
| parents | 6b7f6f09b8d1 |
| children |
comparison
equal
deleted
inserted
replaced
| 747:47da3cb3eafa | 748:49c57e26fc24 |
|---|---|
| 10 set esckeys | 10 set esckeys |
| 11 set noerrorbells | 11 set noerrorbells |
| 12 set backupcopy=yes | 12 set backupcopy=yes |
| 13 set scrolloff=5 | 13 set scrolloff=5 |
| 14 set mouse= " disables mouse usage | 14 set mouse= " disables mouse usage |
| 15 set swapsync= " mainly for pasting big text but losing immediate change isn't usually a big deal anyway...? | |
| 15 | 16 |
| 16 set softtabstop=4 tabstop=4 shiftwidth=4 expandtab | 17 set softtabstop=4 tabstop=4 shiftwidth=4 expandtab |
| 17 | 18 |
| 18 set copyindent | 19 set copyindent |
| 19 set title | 20 set title |
