Terminus enhances Vim's and Neovim's integration with the terminal in four ways, particularly when using tmux and iTerm or KDE Konsole, closing the gap between terminal and GUI Vim:
In insert mode, the cursor shape changes to a thin vertical bar. In replace mode, it changes to an underline. On returning to normal mode, it reverts to the standard "block" shape. Configuration options are provided to select among the different shapes.
Activates 'mouse'
support in all modes and additionally tries to activate sgr-mouse
support, which allows the mouse to work "even in columns beyond 223".
Allows Vim to receive FocusGained
and FocusLost
events, even in the terminal and inside tmux. This is in turn used to fire the :checktime
command, which, in conjunction with the 'autoread'
, allows Vim to automatically pick up changes made by other processes when switching to and from Vim.
Sets up "Bracketed Paste" mode, which means you can forget about manually setting the 'paste'
option and simply go ahead and paste in any mode.
For more information, see the documentation.