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

How to 'reorder' columns? #57

Open
jameswylyreasint opened this issue Nov 8, 2021 · 1 comment
Open

How to 'reorder' columns? #57

jameswylyreasint opened this issue Nov 8, 2021 · 1 comment

Comments

@jameswylyreasint
Copy link

As noted in the documentation,

An entire column may be block selected (Select column), which enables complex operations like quickly reordering, merging, adding & deleting multiple columns.

But I cannot find any information on how to complete any of these operations within sublime once the text is selected for a specific column. How can these operations be achieved?

@GitDoggo
Copy link

You can do it like this:

  • Select your column data plus the delimiter: Ctrl+Comma, S and then Shift+Right to also catch the delimiter
  • Cut: Ctrl+X
  • Create a multi-line cursor where you want: You can use Ctrl+Comma, S then Left or Right and you'll have a cursor as long a your column number. There are other ways to get a multi-line cursor (like Ctrl+Alt+Up/Down) but this is the quickest way.
  • Paste: Ctrl+V

And there you go!

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

2 participants