You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel there should be a way to jump to a column label, directly by name.
Currently I'm disabling the header, performing a search, skip to the column I'm looking for, and then toggling the header again.
I don't have a concrete idea on how to change the UI for this. Ideally I would use some sort of incremental live search. This requires a new binding to initiate the search ('l' for label?) and maybe reuse n/p to iterate across matches.
Better proposals?
The text was updated successfully, but these errors were encountered:
Adding search restrictions on row/columns is definitely helpful though, and searching on labels (and index in the future) is something that's missing right now.
Adding bindings for each mode seems wasteful.
A postfix form of search ([char][type]) where 'char' could be 'f/r' for 'forward/reverse' and [type] would be 'c/r/l/i' for column/row/label/index, which would be similar to the behavior of usual operations in vim. You could even overload type to 'c/ac' for column (from current position) and "a column" (for searching from start).
I feel there should be a way to jump to a column label, directly by name.
Currently I'm disabling the header, performing a search, skip to the column I'm looking for, and then toggling the header again.
I don't have a concrete idea on how to change the UI for this. Ideally I would use some sort of incremental live search. This requires a new binding to initiate the search ('l' for label?) and maybe reuse n/p to iterate across matches.
Better proposals?
The text was updated successfully, but these errors were encountered: