joouha / euporie

Jupyter notebooks in the terminal
https://euporie.readthedocs.io
MIT License
1.54k stars 36 forks source link

can't indent #59

Open atobi16 opened 1 year ago

atobi16 commented 1 year ago

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 commented 1 year ago

Hello,

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

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 commented 1 year ago

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

joouha commented 1 year ago

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