Skip to content

Commit

Permalink
Merge pull request #1095 from light2yellow/doc-fix
Browse files Browse the repository at this point in the history
doc: fix g:spacevim_terminal_cursor_shape default
  • Loading branch information
wsdjeg committed Dec 9, 2017
2 parents 3b28740 + 3a2382d commit 8f3be68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/SpaceVim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f3be68

Please sign in to comment.