mirror of
https://github.com/harish2704/neovim-konsole.git
synced 2026-09-10 12:51:09 +00:00
Enable different cursor shape in insert and normal mode
This commit is contained in:
+2
-1
@@ -3,9 +3,10 @@
|
|||||||
thisFile=$(readlink -f $0);
|
thisFile=$(readlink -f $0);
|
||||||
appDir="$(dirname $thisFile)/..";
|
appDir="$(dirname $thisFile)/..";
|
||||||
|
|
||||||
export COLORTERM=xterm-256color TERM=xterm-256color
|
export TERM=xterm-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
|
||||||
|
|
||||||
konsole --dograb --hide-tabbar --hide-menubar --profile nvim -e nvim $@
|
konsole --dograb --hide-tabbar --hide-menubar --profile nvim -e nvim $@
|
||||||
# konsole --profile nvim
|
# konsole --profile nvim
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ CustomCursorColor=0,255,0
|
|||||||
UseCustomCursorColor=true
|
UseCustomCursorColor=true
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
Environment=\\0
|
Environment=TERM=xterm-256color,NVIM_TUI_ENABLE_TRUE_COLOR=1,NVIM_TUI_ENABLE_CURSOR_SHAPE=1,
|
||||||
Icon=neovim-mark
|
Icon=neovim-mark
|
||||||
LocalTabTitleFormat=%d :Neovim
|
LocalTabTitleFormat=%d :Neovim
|
||||||
Name=nvim
|
Name=nvim
|
||||||
|
|||||||
Reference in New Issue
Block a user