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

Make width configurable for snippet column #697

Conversation

carlfriedrich
Copy link
Contributor

Even though the options 'width_percentage' and 'width_min' were allowed
in the config.yaml file for all three columns (tag, comment, snippet),
they were not actually parsed for the snippet column. This patch makes
these settings work.

Fixes #696

Even though the options 'width_percentage' and 'width_min' were allowed
in the config.yaml file for all three columns (tag, comment, snippet),
they were not actually parsed for the snippet column. This patch makes
these settings work.
@welcome
Copy link

welcome bot commented Mar 4, 2022

Thanks for opening this pull request!

@welcome
Copy link

welcome bot commented Mar 6, 2022

Congrats on merging your first pull request!

carlfriedrich added a commit to carlfriedrich/dotfiles that referenced this pull request Mar 6, 2022
Filed a PR to navi (denisidoro/navi#697) and
built the resulting master based on this revision:
https://github.com/denisidoro/navi/tree/77403ca0e55c84219fd9980208727078c062ade9
Built it using "make" and stripped the binary using "strip" afterwards.
Increased version from 2.19.0 to 2.19.1.

Changed default keybinding for the navi widget to Ctrl+Space.

Added fzf options which hide the tag column.

Cheats in ~/.local/share/navi/cheats/_mine will be loaded and displayed
before the common ones.
@carlfriedrich carlfriedrich deleted the make-width-configurable-for-snippet-column branch March 16, 2022 12:36
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

Successfully merging this pull request may close these issues.

config: 'width_percentage' & 'min_width' do not work on snippet column
2 participants