mirror of
https://github.com/harish2704/neovim-konsole.git
synced 2026-09-10 12:51:09 +00:00
Rm/comment-out env-vars since, it is defined in konsole profile file
This commit is contained in:
+5
-4
@@ -6,13 +6,14 @@ appDir="$(dirname $thisFile)/..";
|
|||||||
# Disable Ctrl-S
|
# Disable Ctrl-S
|
||||||
stty stop '' -ixoff
|
stty stop '' -ixoff
|
||||||
|
|
||||||
export TERM=xterm-256color
|
# Env varibles are not used becaues, they are embeded in konsole profile
|
||||||
|
# export TERM=Konsole-256color
|
||||||
export INPUTRC="${appDir}/inputrc_nvim"
|
export INPUTRC="${appDir}/inputrc_nvim"
|
||||||
export NVIM_TUI_ENABLE_TRUE_COLOR=1
|
# export NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||||
export NVIM_TUI_ENABLE_CURSOR_SHAPE=1
|
# export NVIM_TUI_ENABLE_CURSOR_SHAPE=1
|
||||||
|
|
||||||
# For CursorShape management in Konsole
|
# 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"';
|
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 --dograb --hide-tabbar --hide-menubar --profile nvim -e /usr/bin/nvim --cmd "$cursorShapeCmd" $@;
|
konsole --nofork --dograb --hide-tabbar --hide-menubar --profile nvim -e /usr/bin/nvim --cmd "$cursorShapeCmd" $@;
|
||||||
# konsole --profile nvim
|
# konsole --profile nvim
|
||||||
|
|||||||
Reference in New Issue
Block a user