mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Join related lines
This commit is contained in:
parent
7db13688c0
commit
52ae475262
@ -1974,10 +1974,8 @@ I love the cursorline, but I only want to use it in the current window and not
|
||||
when being in insert mode:
|
||||
|
||||
```vim
|
||||
autocmd WinEnter * set cursorline
|
||||
autocmd WinLeave * set nocursorline
|
||||
autocmd InsertEnter * set nocursorline
|
||||
autocmd InsertLeave * set cursorline
|
||||
autocmd InsertLeave,WinEnter * set cursorline
|
||||
autocmd InsertEnter,WinLeave * set nocursorline
|
||||
```
|
||||
|
||||
#### Faster keyword completion
|
||||
|
Loading…
x
Reference in New Issue
Block a user