gX opens external program with a selection.#735
Open
banana59 wants to merge 1 commit intostevearc:masterfrom
Open
gX opens external program with a selection.#735banana59 wants to merge 1 commit intostevearc:masterfrom
banana59 wants to merge 1 commit intostevearc:masterfrom
Conversation
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 3, 2026
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 6, 2026
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 6, 2026
* docs(upstream): triage PRs stevearc#721 and stevearc#735 * docs(upstream): fix stevearc#721 status to deferred * docs(upstream): remove status key legend * docs(upstream): s/addressing/fixing in stevearc#721 note
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 6, 2026
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 6, 2026
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 6, 2026
barrettruth
added a commit
to barrettruth/canola.nvim
that referenced
this pull request
Mar 6, 2026
* feat: emit \`CanolaFileCreated\` autocmd on file creation Problem: no way to hook into individual file creation to populate initial contents, without a plugin-specific config callback. Solution: fire \`User CanolaFileCreated\` with \`data.path\` after each successful \`fs.touch\` in the files adapter. Users listen with \`nvim_create_autocmd\` and write to the path however they like. * build: gitignore `doc/upstream.html` * docs(upstream): mark stevearc#721 fixed, triage stevearc#735 * docs(upstream): simplify stevearc#735 note
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The actual change
This change allows to open external programs not only in the default program set by the OS but to choose from a list.
Further possible changes
Since I struggled to implement this correctly, maybe someone else can do this:
g?help should sort this such thatgXis directly belowgx.