GitXplorerGitXplorer
w

terminus

public
464 stars
25 forks
13 issues

Commits

List of commits on branch main.
Verified
47247474350e3c2cae12220ef06bed975b7be2dc

docs: edit for accuracy

wwincent committed 6 months ago
Verified
090c815db1808b4f293093a85af87bc55432eeff

docs: fix broken link

wwincent committed 6 months ago
Verified
6b3712e2999310d75c346d8550daea5bce32fdfa

refactor: don't set up bracketed paste mode in nvim

wwincent committed 6 months ago
Verified
51350e786d4bfcfc476abb015a3f90db3f81231f

doc: remove old link

wwincent committed a year ago
Unverified
12b07e390ea6346c91cd82edb0fa9b967164c38d

refactor: reorder expressions

wwincent committed 3 years ago
Unverified
e64a14a67cd3cb972858f996d8f8225635593cd3

Merge branch 'pull/50'

wwincent committed 3 years ago

README

The README file for this repository.

Terminus

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:

Cursor shape change in insert and replace mode

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.

Improved mouse support

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".

Focus reporting

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.

"Bracketed Paste" mode

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.