We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On GitLab by @user202729 on Sep 27, 2023, 04:16
As in the title.
Currently if I execute :map a, then it will just raise an error "Invalid number of arguments passed: 1 instead of at least 2".
:map a
However, the behavior in e.g. Vim, qutebrowser (there the command is :bind instead) is that it will display the current mappings instead.
:bind
It would be preferable to change the behavior to this, because currently as far as I can see there's no way to check the current mapping as well.
The text was updated successfully, but these errors were encountered:
If I understand correctly, this is an issue with the girara backend and not zathura itself. Should we move this issue there?
girara
zathura
Sorry, something went wrong.
@sebastinas in case you miss this
No branches or pull requests
On GitLab by @user202729 on Sep 27, 2023, 04:16
As in the title.
Currently if I execute
:map a
, then it will just raise an error "Invalid number of arguments passed: 1 instead of at least 2".However, the behavior in e.g. Vim, qutebrowser (there the command is
:bind
instead) is that it will display the current mappings instead.It would be preferable to change the behavior to this, because currently as far as I can see there's no way to check the current mapping as well.
The text was updated successfully, but these errors were encountered: