Tagged in

Terminal

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Terminus: Improved Terminal Support

Terminus (GitHub: wincent/terminus) by Greg Hurrell is a plugin for improving Vim’s integration with terminals, with features designed for tmux and iTerm. Features include:

  • Cursor shape in Insert mode: thin vertical bar in the console

Athame: Vim for Readline

If you use readline’s Vim mode, then you might be interested in athame. This project is a patch for readline that embeds Vim, so you can use Vim’s full editing capabilities rather than the more limited vi-mode subset that readline provides.


Emacs in Neovim

There’s a pull request on the neovim / neovim project that adds libvterm. This library is a C implementation of a terminal emulator that provides callbacks for drawing, so Thiago de Arruda has hooked into it and displays the output from within Neovim.


Script Roundup: togglecursor, jk-jumps

Send in your Vim scripts for review through our contact form or @vimnews.

togglecursor

togglecursor (GitHub: jszakmeister / vim-togglecursor, License: Vim) by John Szakmeister will change the cursor to a…