diff options
| author | Michal Idziorek <michal.idziorek@citi.com> | 2021-10-29 11:36:06 +0200 |
|---|---|---|
| committer | Michal Idziorek <michal.idziorek@citi.com> | 2021-10-29 11:36:06 +0200 |
| commit | bcd46b117d9f4b549d799ef09f59ac127c27ebfa (patch) | |
| tree | 8723bc8de023823582ad9173d0acb2c819ccb526 | |
| parent | 6ba327c7b73bd5dceb182c458434b541a6061294 (diff) | |
revert guicursor to default
| -rw-r--r-- | vim-new/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-new/init.vim b/vim-new/init.vim index bcd69bf..f58d9ef 100644 --- a/vim-new/init.vim +++ b/vim-new/init.vim @@ -79,7 +79,7 @@ set nobackup set undofile set undodir=~/.vim/undodir -set guicursor= +" set guicursor= set noerrorbells " disable preview window on autocompletion |
