fix tmux cursor

This commit is contained in:
2022-08-17 16:31:08 -04:00
parent 8633ae21d1
commit e482ff71fd
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ o.listchars = {
vim.cmd [[
augroup options_guicursor
au!
" Reset to underscore cursor for terminal nvim (https://github.com/neovim/neovim/issues/4867#issuecomment-291249173)
" Reset to vertical cursor for terminal nvim (https://github.com/neovim/neovim/issues/4867#issuecomment-291249173)
au VimLeave * set guicursor=a:ver90
augroup END
]]