Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Use <C-y> instead of <CR> to accept completion #46

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Use <C-y> instead of <CR> to accept completion #46

merged 1 commit into from
Nov 13, 2019

Conversation

arp242
Copy link

@arp242 arp242 commented Jul 29, 2019

isn't the standard Vim mapping to accept the completion, is.
This is just a personal preference that snuck in when I wrote the
completion (#6).

Fixes #42 and #43

<CR> isn't the standard Vim mapping to accept the completion, <C-y> is.
This is just a personal preference that snuck in when I wrote the
completion (#6).

Fixes #42 and #43
@arp242
Copy link
Author

arp242 commented Jul 29, 2019

Alternative is to just remove this mapping altogether.

@gpanders
Copy link

Can this be merged? Right now this plugin clobbers existing <CR> insert mappings.

@joereynolds
Copy link
Owner

Yep, sorry this has taken so long, merging...

@joereynolds joereynolds merged commit 81a87b1 into joereynolds:master Nov 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Line complete adds whitespace
3 participants