terminus icon indicating copy to clipboard operation
terminus copied to clipboard

🖥 Enhanced terminal integration for Vim

Results 20 terminus issues
Sort by recently updated
recently updated
newest added

Cursor can be set to vertical bar in rxvt or urxvt according to this post: https://bbs.archlinux.org/viewtopic.php?id=155802 But rxvt cursor shape does not seem to be supported yet in terminus.

Ref: https://www.vt100.net/docs/vt510-rm/DECSCUSR.html https://github.com/gnachman/iTerm2/pull/92 implemented them for iterm2 as well, but I don't use macOS so cannot test it, would be better if someone can verify and enable it for iterm2....

Basically same issue as here - https://vi.stackexchange.com/questions/7306/vim-normal-and-insert-mode-cursor-not-changing-in-gnu-screen But I am using Terminus My inputrc also doesn't work correctly, but thinking it needs to be fixed separately Thanks for the great...

Description: The string "2 q" appears on the screen when exiting insert mode in vim (via escape), which runs inside a terminal that was opened in vim, which runs inside...

When I switch tabs in Konsole it inserts ```` when I am in insert or command mode. I am using Konsole 20.08.00 and vim 8.2.716.

This is happening on a fresh install of Debian 9.2 and vim 8.0.707 with vim-plug. Working from the virtual terminal, any time I would leave Insert mode, a `q` character...

Hi there. It's a bummer to change cursor shape via adding these global lines to .vimrc file ``` " Change cursor shape: I use the old gnome-terminal v.3.6.2 au InsertEnter...

terminus disables the password prompt from vimcrypt, making vim not able to open a vim encrypted file. here is a min repro vimrc ``` set nocompatible call plug#begin('~/.vim/bundle') Plug 'wincent/terminus'...

In Normal Mode, I resize the font of terminal smaller or bigger (ctrl_-/+) then go to Insert Mode, the hold terminal is changed back to standard font size Btw, I'm...

Hi! Would be nice if you'll add support for configuring cursor shape in visual mode Thanks in advance