Browse Source

Grab focus

master
Harish.K 10 years ago
parent
commit
e4b2fda7ab
  1. 2
      bin/nvim-konsole

2
bin/nvim-konsole

@ -7,5 +7,5 @@ export COLORTERM=xterm-256color TERM=xterm-256color
export INPUTRC="${appDir}/inputrc_nvim"
export NVIM_TUI_ENABLE_TRUE_COLOR=1
konsole --hide-tabbar --hide-menubar --profile nvim -e nvim $@
konsole --dograb --hide-tabbar --hide-menubar --profile nvim -e nvim $@
# konsole --profile nvim

Loading…
Cancel
Save