1
0
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:
Wang Shidong 2017-12-09 20:11:58 +08:00 committed by GitHub
commit 8f3be68ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: