From 88dc8f62a61dab086c662c4966d2490a6590ba32 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 3 Jan 2014 09:08:11 +0100 Subject: vimrc: show a proper cursor shape for Konsole. --- vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vimrc b/vimrc index d0afa54..db77981 100644 --- a/vimrc +++ b/vimrc @@ -41,6 +41,15 @@ set noswapfile set background=dark colorscheme xoria256 +"" +" Setup the cursor for Konsole. +" NOTE: change this if you're not using Konsole or a program that makes use +" of the Konsole part. See +" http://vim.wikia.com/wiki/Change_cursor_shape_in_different_modes + +let &t_SI = "\]50;CursorShape=1\x7" +let &t_EI = "\]50;CursorShape=0\x7" + "" " Status line -- cgit v1.2.3