Rare find

Readline Keys. Use familiar keyboard shortcuts from the command line when editing text in Vim.

vim.org/scripts/script.php?script_id=4359

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2023
  • Support meta maps with modifyOtherKeys
  • Fix missing "autocmd!" in augroup
July 2022
  • Add meta mappings into vim terminal (#55)
January 2021
  • Allow accepting the current popup entry
November 2019
  • Eliminate 8-bit character collision
  • Replace F-key workaround with native meta keys
  • Add sponsor button
March 2019
  • Command-line CTRL-U, CTRL-Y
April 2018
  • Don't override CTRL-T in reverse search mode either
  • Don't override next search result on CTRL-T
March 2018
  • Drop C-g, which conflicts with next search result
January 2016
  • Merge pull request #35 from phongnh/master
  • Skip META workaround for Neovim
December 2014
  • Let CTRL-E cancel the popup menu
August 2014
  • Fix cmap <C-G>
July 2014
  • Add support for disabling meta mappings
  • Leave the command line with CTRL-G
April 2014
  • Fix conditional
March 2014
  • Enable meta maps in normal mode
  • Dance around load order issue