comparison rc/vimrc @ 641:84a1e86d1afc

[vimrc] Prevent pointer to stick at the bottom of screen
author nanaya <me@nanaya.pro>
date Mon, 08 Jun 2020 15:06:56 +0900
parents 758ced52ee62
children 7e4b3136f55e
comparison
equal deleted inserted replaced
640:b3f8b7a779bd 641:84a1e86d1afc
12 set ruler 12 set ruler
13 set backspace=2 " make backspace work like most other apps 13 set backspace=2 " make backspace work like most other apps
14 set esckeys 14 set esckeys
15 set noerrorbells 15 set noerrorbells
16 set backupcopy=yes 16 set backupcopy=yes
17 set scrolloff=5
17 18
18 set softtabstop=4 tabstop=4 shiftwidth=4 expandtab 19 set softtabstop=4 tabstop=4 shiftwidth=4 expandtab
19 20
20 set copyindent 21 set copyindent
21 set title 22 set title