mirror of
https://github.com/harish2704/neovim-konsole.git
synced 2026-09-10 12:51:09 +00:00
Update konsole configs
* Use more correct TERM variable for konsole * Let Neovim set window title
This commit is contained in:
@@ -84,3 +84,4 @@ key F11+AnyModifier : "\E[23;*~"
|
|||||||
key F11-AnyModifier : "\E[23~"
|
key F11-AnyModifier : "\E[23~"
|
||||||
key F12+AnyModifier : "\E[24;*~"
|
key F12+AnyModifier : "\E[24;*~"
|
||||||
key F12-AnyModifier : "\E[24~"
|
key F12-AnyModifier : "\E[24~"
|
||||||
|
key Slash+Control : "\E[47;5u"
|
||||||
|
|||||||
@@ -9,17 +9,18 @@ CustomCursorColor=0,255,0
|
|||||||
UseCustomCursorColor=true
|
UseCustomCursorColor=true
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
Environment=TERM=xterm-256color,NVIM_TUI_ENABLE_TRUE_COLOR=1,NVIM_TUI_ENABLE_CURSOR_SHAPE=1,
|
Environment=TERM=konsole-256color,NVIM_TUI_ENABLE_TRUE_COLOR=1,NVIM_TUI_ENABLE_CURSOR_SHAPE=1,
|
||||||
Icon=neovim-mark
|
Icon=neovim-mark
|
||||||
LocalTabTitleFormat=%d :Neovim
|
LocalTabTitleFormat=%w
|
||||||
Name=nvim
|
Name=nvim
|
||||||
Parent=FALLBACK/
|
Parent=FALLBACK/
|
||||||
RemoteTabTitleFormat=(%d): Neovim
|
RemoteTabTitleFormat=( %w )
|
||||||
StartInCurrentSessionDir=false
|
StartInCurrentSessionDir=false
|
||||||
|
|
||||||
[Keyboard]
|
[Keyboard]
|
||||||
KeyBindings=nvim-KeyBindings
|
KeyBindings=nvim-KeyBindings
|
||||||
|
|
||||||
[Terminal Features]
|
[Terminal Features]
|
||||||
|
BidiRenderingEnabled=false
|
||||||
BlinkingCursorEnabled=false
|
BlinkingCursorEnabled=false
|
||||||
FlowControlEnabled=false
|
FlowControlEnabled=false
|
||||||
|
|||||||
Reference in New Issue
Block a user