Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding TAG_CMD_FMT_STRING in ZSH #43

Open
joshbode opened this issue Apr 17, 2018 · 2 comments
Open

Overriding TAG_CMD_FMT_STRING in ZSH #43

joshbode opened this issue Apr 17, 2018 · 2 comments

Comments

@joshbode
Copy link

Hello!

Thank you - this is a great tool :)

One thing I had to do to get TAG_CMD_FMT_STRING working with Neovim under ZSH was to use double-quotes rather than the single-quotes suggested in the documentation (https://github.com/aykamko/tag#configuration):

In .zshenv:

export TAG_CMD_FMT_STRING='nvim -c "call cursor({{.LineNumber}}, {{.ColumnNumber}})" "{{.Filename}}"'

Otherwise, the aliases didn't load. This may just be a ZSH issue.

@joshbode joshbode changed the title Overriding TAG_CMD_FMT_STRING Overriding TAG_CMD_FMT_STRING in ZSH Apr 17, 2018
@NightMachinery
Copy link

Add this to the readme!

@lmansur
Copy link

lmansur commented Nov 24, 2023

Thanks, I was going crazy trying to figure out why it stopped working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants