Skip to content

Commit

Permalink
vim: use new cursorshape functionality in urxvt
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Feb 24, 2015
1 parent c8e56c0 commit 766ba5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/vim/plugin/termsetup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ endif
" http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTinkbdoZ8eNR1X2UobLTeww1jFrvfJxTMfKSq-L%2B%40mail.gmail.com&forum_name=tmux-users
let s:xterm_normal = "\e[2 q"
let s:xterm_insert = "\e[6 q"
let s:urxvt_normal = "\e]12;yellow\e\\"
let s:urxvt_insert = "\e]12;red\e\\"
let s:urxvt_normal = s:xterm_normal
let s:urxvt_insert = s:xterm_insert
let s:iterm_normal = "\e]50;CursorShape=0\x7"
let s:iterm_insert = "\e]50;CursorShape=1\x7"

Expand Down

0 comments on commit 766ba5a

Please sign in to comment.