euporie
euporie copied to clipboard
can't indent
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?
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.
Is there a way to use vi bindings and still be able to indent in insert mode?
Not currently, but I'll look into adding this.