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

Set space to <Space> #526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Set space to <Space> #526

wants to merge 1 commit into from

Conversation

pusewicz
Copy link

@pusewicz pusewicz commented May 27, 2024

@yegappan

Closes #525

Comment on lines +61 to +64
if ch =~ ' '
mapChar = '<Space>'
endif
exe $"inoremap <buffer> <silent> {mapChar} {mapChar}<C-R>=g:LspShowSignature()<CR>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that maybe weird to make space as trg, e.g repeat inputting space for indent, then how it work?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might be right here. Maybe it should be skipped.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, not sure about this. It seems to be working just fine

@pusewicz pusewicz closed this Jul 9, 2024
@pusewicz pusewicz reopened this Oct 30, 2024
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.

Ensure character value is present when setting mapping
2 participants