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
pressing key shift+v and ctrl+v does not goes to VISUAL LINE and VISUAL BLOCK mode
shift+v
ctrl+v
I tried this:
hx
I expected this to happen:
for shift+v : selects the entire line till the end of the line for ctrl+v : selects the block
Instead, this happened: nothing
VISUAL LINE mode can be imitated by putting V = ["select_mode", "extend_to_line_bounds"] in config file. Would be better if it was built in.
V = ["select_mode", "extend_to_line_bounds"]
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
linux
ghostty
nixpkgs
evil-helix 24.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
pressing key
shift+v
andctrl+v
does not goes to VISUAL LINE and VISUAL BLOCK modeReproduction Steps
I tried this:
hx
I expected this to happen:
for shift+v : selects the entire line till the end of the line
for ctrl+v : selects the block
Instead, this happened:
nothing
VISUAL LINE mode can be imitated by putting
V = ["select_mode", "extend_to_line_bounds"]
in config file. Would be better if it was built in.Helix log
~/.cache/helix/helix.log
Platform
linux
Terminal Emulator
ghostty
Installation Method
nixpkgs
Helix Version
evil-helix 24.7
The text was updated successfully, but these errors were encountered: