Skip to content

Overriding TAG_CMD_FMT_STRING in ZSH #43

@joshbode

Description

@joshbode

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions