-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Shift up/down arrow does not slide rows #135
Comments
Hi @SteveJSteiner! Thanks for the report. This is a known issue, due to the Shift-Up/Down reporting inconsistent characters (on the Mac, I think they might even be indistinguishable from plain Up/Down). Which terminal are you using? If you can figure out how to get the terminal to emit any specific curses key for shift up/down (the last keypress is always displayed in the lower right status), you can put an |
Interesting. I'm using the default terminal. I think it is called terminal.app. https://github.com/google/terminal-app-function-keys provides mappings for a bunch of keys. Then following your suggestion above, I added this to .visidatarc: |
shift left/right arrow slides columns the same as using H and L.
It would seem shift left/down/up/right arrow should be consistent with commands bound to uppercase H J K L.
From the help:
H J K L slide current row/column left/down/up/right
This was reproduced on a Mac, attempting to move rows in the column
The text was updated successfully, but these errors were encountered: