euporie icon indicating copy to clipboard operation
euporie copied to clipboard

can't indent

Open atobi16 opened this issue 2 years ago • 3 comments

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?

atobi16 avatar Jan 23 '23 07:01 atobi16

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.

joouha avatar Jan 23 '23 09:01 joouha

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

atobi16 avatar Jan 23 '23 18:01 atobi16

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

joouha avatar Jan 31 '23 10:01 joouha