Rare find

Eunuch. Common file and folder tasks for people who edit text in Vim.

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

Vaya's read on this project

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

Updates

December 2024
  • Avoid duplicate nesting on :Rename %:h/...
  • :Rename ./ and ../ respect parent dir of current file
  • Expand abbreviations in <CR> map
  • Account for possible <C-]> in existing <CR> map
October 2024
  • Use <script> based on original map
  • Support combining with <Plug>whateverCR maps
  • Remove :Wall easter egg
February 2024
  • Make :Cfind work on win32
January 2024
  • Silence Lua variant of <CR> map
  • Integrate <CR> map with Lua functions
June 2023
  • Fix a typo
October 2022
  • Fix redundant argument expansion, second attempt
September 2022
  • Use <C-U> to clear comment after shebang
  • Avoid 'cpoptions' issue with map definition
  • Fix documentation for extending <CR> map
August 2022
  • Tighten check for valid shebang
July 2022
  • Use <expr> map to avoid problems when <CR> has side effects
May 2022
  • eunuch.vim 1.3
  • Fix double backslash in paths on win32
  • Promote :Remove over :Delete