A collection of word processing tools to press over your files easier with UIs.
Go to file
TheOnePath b22ec2e733 Added new actions module
All functions originally defined in presser/init.lua and part of
table@presser which were related to performing a specific action,
have be migrated to this file.

Function definitions have remained the same
	- presser@start_buffer has been renamed
	  actions@buf_put_cursor_at() to allow for more generic
	  use-cases which the function name did not imply. Call this
	  function to place the cursor into any buffer in the GCM by its
	  label name.
2023-01-13 17:18:56 +00:00
presser Added new actions module 2023-01-13 17:18:56 +00:00
README.md Added README.md 2023-01-09 10:43:07 +00:00

presser.nvim

A collection of word processing tools to press over your files easier with UIs.

For unstable and latest features, see the experimental branch.