Browse Source

Enable different cursor shape in insert and normal mode

master
Harish.K 10 years ago
parent
commit
0e1252bffb
  1. 3
      bin/nvim-konsole
  2. 2
      konsole/nvim.profile

3
bin/nvim-konsole

@ -3,9 +3,10 @@
thisFile=$(readlink -f $0);
appDir="$(dirname $thisFile)/..";
export COLORTERM=xterm-256color TERM=xterm-256color
export TERM=xterm-256color
export INPUTRC="${appDir}/inputrc_nvim"
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 --profile nvim

2
konsole/nvim.profile

@ -9,7 +9,7 @@ CustomCursorColor=0,255,0
UseCustomCursorColor=true
[General]
Environment=\\0
Environment=TERM=xterm-256color,NVIM_TUI_ENABLE_TRUE_COLOR=1,NVIM_TUI_ENABLE_CURSOR_SHAPE=1,
Icon=neovim-mark
LocalTabTitleFormat=%d :Neovim
Name=nvim

Loading…
Cancel
Save