terminus
terminus copied to clipboard
🖥 Enhanced terminal integration for Vim
I used to be able to press Ctrl-W or Ctrl-U in insert mode to erase what I typed after I last entered the insert mode; e.g. after typing `` (to...
I just realized that terminus was stepping on high function key mappings (````-````). My personal mappings were broken (I'd just assumed vim had a lower limit of "virtual" function keys...
Minor suggestion: would be nice to have a knob for user specified "normal" cursor shape I'm probably in the minority but I set my normal cursor shape to blinking block...
[I don't know how to describe this issue, please see the jpg](https://stackoverflow.com/questions/43533302/i-dont-konw-how-to-describe-this-issue-please-see-the-jpg) fixed: `let g:TerminusFocusReporting=0`
Focus reporting isn't working on my setup, for some reason. Terminus' other features (dynamic cursor & ‘bracketed paste’ mode) are working just fine. I'm on: * Mac OS 10.11 El...
Haven't had time to dig into it but have narrowed it down to terminus. On vim startup the message `^[[I` flashes. Difficult to get a screenshot. More of a mild...
Need to double-check that this is not something specific to my local set-up, but if I add an `echomsg` in the autoload file, I see it printed immediately on startup,...
Needed on tmux 1.9 and up. Copied from #21.
After quite some tinkering, it turns out that terminus doesn't change the cursor shape in my iTerm2 with Tmux. I found that the right setup was using the standard terminal...
Effectively do a soft, internal fork of the codebase: - Existing Vimscript, with Neovim bits stripped out, to support Vim. - Port to Lua, containing only Neovim-specific bits, to support...