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

can't indent #59

Open
atobi16 opened this issue Jan 23, 2023 · 4 comments
Open

can't indent #59

atobi16 opened this issue Jan 23, 2023 · 4 comments

Comments

@atobi16
Copy link

atobi16 commented Jan 23, 2023

I'm working with the mac default terminal, iterm2 I think.
Pressing tab in a cell brings up autocomplete, but I need to indent instead.
How would I go about this?

@joouha
Copy link
Owner

joouha commented Jan 23, 2023

Hello,

In the default key-binding mode (micro), pressing Tab will indent the line if:

  • the cursor is at the start of the line
  • the cursor in the line's leading whitespace
  • part or all of the line is selected

In the vi key-binding mode, you can use the > and < commands to indent and unindent text.

In the emacs key-binding mode, you can use C-c > and C-c < to indent and unindent text.

@atobi16
Copy link
Author

atobi16 commented Jan 23, 2023

Is there a way to use vi bindings and still be able to indent in insert mode?

@joouha
Copy link
Owner

joouha commented Jan 31, 2023

Not currently, but I'll look into adding this.

@luisbc92
Copy link

luisbc92 commented Sep 2, 2024

It would be amazing to have this feature, it's pretty annoying not to be able to use Tab to indent.

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

3 participants