* Fix cursorshape and true color support

* added some docs
This commit is contained in:
2017-09-05 11:03:19 +05:30
parent d2494cd9e2
commit 9729516c99
10 changed files with 58 additions and 14 deletions
+2 -10
View File
@@ -6,14 +6,6 @@ appDir="$(dirname $thisFile)/..";
# Disable Ctrl-S
stty stop '' -ixoff
# Env varibles are not used becaues, they are embeded in konsole profile
# export TERM=Konsole-256color
export INPUTRC="${appDir}/inputrc_nvim"
# export NVIM_TUI_ENABLE_TRUE_COLOR=1
# export NVIM_TUI_ENABLE_CURSOR_SHAPE=1
# For CursorShape management in Konsole
cursorShapeCmd='let &t_SI = "\<Esc>]50;CursorShape=1\x7" | let &t_SR = "\<Esc>]50;CursorShape=2\x7" | let &t_EI = "\<Esc>]50;CursorShape=0\x7"';
konsole --nofork --dograb --hide-tabbar --hide-menubar --profile nvim -e /usr/bin/nvim --cmd "$cursorShapeCmd" $@;
unset VTE_VERSION;
konsole --nofork --dograb --hide-tabbar --hide-menubar --profile nvim -e /usr/bin/nvim "$@" &
# konsole --profile nvim