Skip to content

Commit

Permalink
Update .vimrc with GUI cursor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Aug 15, 2023
1 parent 6de89d9 commit a40a430
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ set encoding=utf-8
set wildoptions-=pum
set sessionoptions="blank"

set guicursor=n-v-c:block-Cursor
set guicursor+=i:ver100-iCursor
set guicursor+=n-v-c:blinkon0
set guicursor+=i:blinkwait10
set guicursor+=i:ver1
set guicursor+=a:blinkon1

" nnoremap <Enter> <Nop>
nnoremap <C-D> <C-D>zz
nnoremap <C-U> <C-U>zz
Expand Down

0 comments on commit a40a430

Please sign in to comment.