Skip to content

Commit

Permalink
Add some variables with how to blink the cursor in Konsole.
Browse files Browse the repository at this point in the history
  • Loading branch information
jszakmeister committed Jan 21, 2013
1 parent 1ffd653 commit 5cd6ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/togglecursor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let s:cursorshape_underline = "\<Esc>]50;CursorShape=2\x7"
let s:cursorshape_line = "\<Esc>]50;CursorShape=1\x7"
let s:cursorshape_block = "\<Esc>]50;CursorShape=0\x7"

" Not used yet, but don't want to forget them.
let s:cursorshape_enableblink = "\<Esc>]50;BlinkingCursorEnabled=1\x7"
let s:cursorshape_disableblink = "\<Esc>]50;BlinkingCursorEnabled=0\x7"

let s:xterm_underline = "\<Esc>[4 q"
let s:xterm_line = "\<Esc>[6 q"
let s:xterm_block = "\<Esc>[2 q"
Expand Down

0 comments on commit 5cd6ace

Please sign in to comment.