mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50: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
@ -283,8 +283,8 @@ Set the information symbol for SpaceVim's syntax maker. Default is '🛈'.
|
|||||||
*g:spacevim_terminal_cursor_shape*
|
*g:spacevim_terminal_cursor_shape*
|
||||||
Set the SpaceVim cursor shape in the terminal. Set to 0 to prevent Nvim from
|
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
|
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. Set to 2 to enable blinking mode-sensitive cursor (this is the
|
||||||
cursor. Host terminal must support the DECSCUSR CSI escape sequence.
|
default). Host terminal must support the DECSCUSR CSI escape sequence.
|
||||||
|
|
||||||
Depending on the terminal emulator, using this option with nvim under tmux
|
Depending on the terminal emulator, using this option with nvim under tmux
|
||||||
might require adding the following to ~/.tmux.conf:
|
might require adding the following to ~/.tmux.conf:
|
||||||
|
Loading…
Reference in New Issue
Block a user