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

Remap syntax highlighting function #36

Closed
arcticicestudio opened this issue Oct 30, 2017 · 0 comments
Closed

Remap syntax highlighting function #36

arcticicestudio opened this issue Oct 30, 2017 · 0 comments
Labels
Hacktoberfest This repository participates in the Hacktoberfest snowblock-vim type-task
Milestone

Comments

@arcticicestudio
Copy link
Owner

The <C-S-P> mapping for the function to show the syntax highlighting groups for the current cursor position collides with the AUR package plotinus-git which provides a searchable command palette in every modern GTK+ application. Is uses the commonly known
Control + Shift + P key mapping. The terminal emulator Tilix is a GTK3 application so the command bar is available and has a higher priority as the mapping for the function.

The key mapping for the function should be changed to use the K key instead of P.

@arcticicestudio arcticicestudio added Hacktoberfest This repository participates in the Hacktoberfest snowblock-vim type-task labels Oct 30, 2017
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Oct 30, 2017
@arcticicestudio arcticicestudio self-assigned this Oct 30, 2017
arcticicestudio added a commit that referenced this issue Oct 30, 2017
The <C-S-P> mapping for the function to show the syntax highlighting
groups for the current cursor position collides with the AUR package
"plotinus-git" (1) which provides a searchable command palette in every
modern GTK+ application. Is uses the commonly known
"Control + Shift + P" key mapping. The used terminal emulator "tilix" (2)
is a GTK3 application so the command bar is available and has a higher
priority as the mapping for the function.

This commit changes the key mapping for the function to use the "K"
key instead of "P".

References:
  (1) https://aur.archlinux.org/packages/plotinus-git
  (2) https://github.com/gnunn1/tilix

GH-36
arcticicestudio added a commit that referenced this issue Oct 30, 2017
…ighlighting-function

Remap syntax highlighting function
@arcticicestudio arcticicestudio removed their assignment Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest This repository participates in the Hacktoberfest snowblock-vim type-task
Projects
None yet
Development

No branches or pull requests

1 participant