Skip to content

How to I move to column with given name - and back? #1582

Answered by frosencrantz
halloleo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @halloleo,
There are several options. I have a solution that is close to what you want, but I think I would go about it differently, and reposition the columns closer to each other so you can see them both on the screen at once.

  • Use the c go-col-regex command and as input give a regex that matches the two column names ^(colname1|colname2)$. Subsequent times you hit c, you can hit Enter and it reuses the last value, and so it should jump to the other column. This does what you asked.
  • Make one or both column key-col !. The key columns are anchored on the left side of the screen. This has some significance for other commands like generating a frequency sheet with multiple columns gF freq…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@halloleo
Comment options

@geekscrapy
Comment options

@halloleo
Comment options

@frosencrantz
Comment options

@halloleo
Comment options

Answer selected by halloleo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants