diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-20 19:08:03 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-20 19:08:03 -0500 |
commit | 9f4baa773ea0ebdde7993544e402892c607f245c (patch) | |
tree | f821b7c02fab2dbff1047417ba2add9e16a9f630 | |
parent | 3d1446e331f099c517aa0160f2b907b57de0c152 (diff) | |
download | dotconfig-9f4baa773ea0ebdde7993544e402892c607f245c.tar.xz dotconfig-9f4baa773ea0ebdde7993544e402892c607f245c.zip |
nvim update title correctly
-rwxr-xr-x | nvim/init.vim | 6 | ||||
-rw-r--r-- | x11/Xauthority | bin | 286 -> 286 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index de93236..db19c5e 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -88,9 +88,9 @@ else set cursorline " Highlight current line " Change the terminal emulator's window title and class name to vim autocmd BufEnter * :set title - autocmd VimEnter * :silent exec "!/home/timmy/scripts/st/settitle Vim" - autocmd VimLeave * :silent exec "!/home/timmy/scripts/st/settitle st" - let &titleold="st" + autocmd VimEnter * :silent exec "!settitle Vim" + autocmd VimLeave * :silent exec "!settitle st" + "let &titleold="st" endif " Set the cursor on a per-mode basis (Not needed in NVIM) diff --git a/x11/Xauthority b/x11/Xauthority Binary files differindex 4eb8c2e..2f71f00 100644 --- a/x11/Xauthority +++ b/x11/Xauthority |