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

Entering visual mode if user press "ctrl+a" to select all lines #9390

Open
zyucan opened this issue Dec 9, 2024 · 2 comments
Open

Entering visual mode if user press "ctrl+a" to select all lines #9390

zyucan opened this issue Dec 9, 2024 · 2 comments

Comments

@zyucan
Copy link

zyucan commented Dec 9, 2024

currently, I use ctrl+a to select all lines, but vim is still in normal mode, if I select all lines using mouse, then vim enters visual mode as I expect.

@Whiskas101
Copy link

Whiskas101 commented Dec 9, 2024

You could do something like gg+ctrl-q+G to select all the text, is used to increase numerical values, you could remap the gg, then ctrl-q, then G to something more comfortable, with a leader key combination.

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

3 participants
@zyucan @Whiskas101 and others