Tags: phanen/gx.nvim
Tags
Breaking change: Dont provide custom keybinding anymore, allow user t… …o define own keybindings (chrishrb#39)
fix: improved url pattern string (chrishrb#30) * fix: improved url pattern string replaced 0-9 with %d added %% which is used for matching safe string urls * test: added test for encoded urls
Add search for word / selection under cursor (chrishrb#22) * Add search for word / selection under cursor * lint everything
Add handler for git commit hash (chrishrb#15) * Add handler for git commit hash * Handle both long (40) char hashes and short (7) char hashes. * Handle commit hashes of any length between 7 and 40 characters. * Add spec for commit handler * Run stylua * Update test/spec/gx/handlers/commit_handler_spec.lua Co-authored-by: Christoph <52382992+chrishrb@users.noreply.github.com> * Update test/spec/gx/handlers/commit_handler_spec.lua Co-authored-by: Christoph <52382992+chrishrb@users.noreply.github.com> --------- Co-authored-by: Christoph <52382992+chrishrb@users.noreply.github.com>