mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
Merge pull request #1095 from light2yellow/doc-fix
doc: fix g:spacevim_terminal_cursor_shape default
This commit is contained in:
commit
8f3be68ac4
@ -282,9 +282,9 @@ Set the information symbol for SpaceVim's syntax maker. Default is '🛈'.
|
||||
|
||||
*g:spacevim_terminal_cursor_shape*
|
||||
Set the SpaceVim cursor shape in the terminal. Set to 0 to prevent Nvim from
|
||||
changing the cursor shape. Set to 1 to enable non-blinking mode-sensitive
|
||||
cursor (this is the default). Set to 2 to enable blinking mode-sensitive
|
||||
cursor. Host terminal must support the DECSCUSR CSI escape sequence.
|
||||
changing the cursor shape. Set to 1 to enable non-blinking mode-sensitive
|
||||
cursor. Set to 2 to enable blinking mode-sensitive cursor (this is the
|
||||
default). Host terminal must support the DECSCUSR CSI escape sequence.
|
||||
|
||||
Depending on the terminal emulator, using this option with nvim under tmux
|
||||
might require adding the following to ~/.tmux.conf:
|
||||
|
Loading…
Reference in New Issue
Block a user