All Projects → wincent → Terminus

wincent / Terminus

Licence: bsd-2-clause
🖥 Enhanced terminal integration for Vim

Labels

Projects that are alternatives of or similar to Terminus

dotfiles
My dotfiles
Stars: ✭ 16 (-96.16%)
Mutual labels:  tmux
Dotfiles
My config files
Stars: ✭ 276 (-33.81%)
Mutual labels:  tmux
Extrakto
tmux - quickly select, copy/insert/complete text without a mouse
Stars: ✭ 320 (-23.26%)
Mutual labels:  tmux
Tmux Powerline
A hackable statusbar for tmux consisting of dynamic & beautiful looking segments, inspired by vim-powerlline, written purely in bash.
Stars: ✭ 2,802 (+571.94%)
Mutual labels:  tmux
Tmux Fzf
Use fzf to manage your tmux work environment!
Stars: ✭ 266 (-36.21%)
Mutual labels:  tmux
Radian
🍉 Dotfiles that marry elegance and practicality.
Stars: ✭ 274 (-34.29%)
Mutual labels:  tmux
cloud-computer
☁️ The Cloud Native Computer
Stars: ✭ 5 (-98.8%)
Mutual labels:  tmux
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (-13.91%)
Mutual labels:  tmux
Dotfiles
⚙ Dotfiles for Linux &macOS
Stars: ✭ 275 (-34.05%)
Mutual labels:  tmux
Tmux Thumbs
A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator
Stars: ✭ 307 (-26.38%)
Mutual labels:  tmux
Pam reattach
Reattach to the user's GUI session on macOS during authentication (for Touch ID support in tmux)
Stars: ✭ 262 (-37.17%)
Mutual labels:  tmux
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-36.45%)
Mutual labels:  tmux
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+683.93%)
Mutual labels:  tmux
dotfiles
My dot files
Stars: ✭ 25 (-94%)
Mutual labels:  tmux
Vim Tmux Navigator
Seamless navigation between tmux panes and vim splits
Stars: ✭ 3,591 (+761.15%)
Mutual labels:  tmux
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-91.13%)
Mutual labels:  tmux
Dotfiles
●📄 Ryan McGeary's configuration shiznit that makes him productive
Stars: ✭ 278 (-33.33%)
Mutual labels:  tmux
Bridgy
cloud inventory + ssh + tmux + sshfs
Stars: ✭ 374 (-10.31%)
Mutual labels:  tmux
Tmux Battery
Plug and play battery percentage and icon indicator for Tmux.
Stars: ✭ 344 (-17.51%)
Mutual labels:  tmux
Nvimux
Neovim as a TMUX replacement
Stars: ✭ 302 (-27.58%)
Mutual labels:  tmux

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].