eyelash / xi-gtk

a GTK front-end for the Xi editor
Apache License 2.0
355 stars 23 forks source link

Can't unindent a chunk of code #63

Closed AldaronLau closed 5 years ago

AldaronLau commented 5 years ago

When I select a chunk of code, I can press tab and it adds a tab to the beginning of all of the selected lines. I like this feature, but there's no way to do the opposite. Gedit does this as well, and also SHIFT + TAB removes a tab from the beginning of all the selected lines. I think it would be useful if xi-gtk did the same thing.

eyelash commented 5 years ago

I believe xi-core has a command for this so it should be really easy to wire this up.