Rare find

Projectionist. Set up custom shortcuts and file templates for each of your projects.

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

Vaya's read on this project

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

Updates

December 2024
  • Support filename(line,col) like filename:line:col
October 2024
  • Ignore leading slash in heuristics
  • Fix #query_raw() for projects at file system root
  • Fix s:slash() on win32
June 2024
  • Fix {dirname} for top level file
  • Improve slash normalization on win32
  • Shorten paths in alternate file prompt
  • Don't normalize backslashes in projections
March 2024
  • Remove broken @/# handling
February 2024
  • Use ++ syntax for dispatch commands
  • Set b:workspace_folder to outermost root
January 2024
  • Ignore VimEnter autocommand when starting with a session (#186)
March 2023
  • Account for tab-local directory during temporary chdir
  • Support <mods> in :Console
February 2023
  • Clarify documentation of navigation commands
January 2023
  • Force :Sleuth to run before template application
  • Make ProjectionistDetect() private
  • Fix check for zero arguments
September 2022
  • Don't mutate incoming projections
May 2022
  • Avoid extra slash when getcwd() == "/"