notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
59 stars 1 forks source link

Request: Add option to map extra indent and outdent shortcut #379

Closed klanchman closed 1 year ago

klanchman commented 1 year ago

Prior to version 0.39, Cmd+[ and Cmd+] behaved the same as Shift+Tab and Tab, so they'd outdent and indent the current line.

In v0.39+, Cmd+[ and Cmd+] became Back/Forward. I have remapped Back/Forward, but I cannot add mappings for indent/outdent. This is an annoyance for me, because I'm used to using Cmd+[ and Cmd+] to control indentation in other text editors (VS Code, Xcode, etc).

It'd be great if I could add an extra mapping for indent/outdent in addition to the usual Tab bindings.

astoilkov commented 1 year ago

Yeah, that makes a lot of sense. Will try to do it soon.

astoilkov commented 1 year ago

Done. I will publish the release tomorrow morning.

Thanks for the feedback!

astoilkov commented 1 year ago

This is now part of the latest release.

Closing this issue.

Thanks again.