vim-togglecursor
vim-togglecursor copied to clipboard
Toggle the cursor shape in the terminal for Vim.
This is a PR to support GNU Screen How it works is when you are within a screen session the `STY` environment variable is set and is detected by the...
`vim-togglecursor` overwites `t_SI` and `t_EI` preventing other settings from being applied (i.e. as shown in https://coderwall.com/p/if9mda/automatically-set-paste-mode-in-vim-when-pasting-in-insert-mode). Patch to allow additional, external settings to be supplied as option variables: ``` From...
Hi, I'm quite new with vim and programming but this plugin is very helpful. The problem is that when I use GNU's screen - it doesn't work. Maybe you have...
I'm using gnome-terminal inside tmux (I ended up manually setting s:supported_terminal to 'xterm') and when I enter insert mode my mouse cursor appears as the text cursor changes to a...
Adds support for [Tabby](https://tabby.sh/). Follows the conventions from #48.