https://bugs.kde.org/show_bug.cgi?id=438225
--- Comment #10 from ninj...@gmail.com --- Neovim issue: https://github.com/neovim/neovim/issues/4396 The most portable way to restore the cursor shape is to run "reset". The NeoVim issue also has a link to a VimLeave handler to set the cursor to a specific shape, e.g. for a block: :au VimLeave * set guicursor=a:block-blinkon0 Egmont is wrong on a detail: there _is_ a way to query the cursor shape, but it seems to be only supported by xterm: DECRQSS. -- You are receiving this mail because: You are watching all bug changes.