Enable different cursor shape in insert and normal mode

This commit is contained in:
2016-01-04 00:20:49 +05:30
parent 225f59c2dd
commit 0e1252bffb
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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