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

Fish's Native Vi Mode Does Not Display #181

Closed
brunoroque06 opened this issue Jul 10, 2019 · 1 comment
Closed

Fish's Native Vi Mode Does Not Display #181

brunoroque06 opened this issue Jul 10, 2019 · 1 comment

Comments

@brunoroque06
Copy link

Pure
2.1.7

Fish
3.0.2

OS/distribution
MacOS/Arch Linux

Description

The following parameter does not work as expected:

set -U pure_reverse_prompt_symbol_in_vimode false

as the prompt does not display fish_default_mode_prompt.

Possible Solution

I believe replacing this (in _pure_prompt_vimode.fish:2):

if test ! $pure_reverse_prompt_symbol_in_vimode

by something like this:

if test "$pure_reverse_prompt_symbol_in_vimode" = false

should fix it.

edouard-lopez added a commit that referenced this issue Jul 11, 2019
@edouard-lopez
Copy link
Member

Thanks I created a pull request based on your feedback #183

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

2 participants