Line indentation via keyboard shortcuts is broken
See original GitHub issueFor some reason, when sublime-filterlines
is enabled, I can’t line indent in Sublime Text 3 in OS X, using keyboard shortcuts.
So <kbd>CMD</kbd> + <kbd>]</kbd> and <kbd>CMD</kbd> + <kbd>[</kbd> does not work.
Works again after disabling the package. Any ideas how to mitigate this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How do I fix the indentation of selected lines in Visual Studio
Open Code -> Preferences -> Keyboard shortcuts and search for Reindent Lines or Reindent Selected Lines and set a shortcut. – Sven van...
Read more >Keyboard shortcut for indenting lines of code in the ...
It seems like it is still not possible to indent and outdent lines of code with tab characters in the code block using...
Read more >How to do first line and hanging indent in Word, with shortcut ...
If you want to indent multiple paragraphs at a time, you need to hold down the Ctrl key to select line by line,...
Read more >Use a screen reader to change the indentation and ...
To indent the first line, press Spacebar, and then use the Up or Down arrow key until you hear: "First line." To select,...
Read more >How to Do a Hanging Indent in Google Docs (3 Ways)
A hanging indent is created when the first line of a paragraph is at a location to the left of the ... Creating...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can see the name of package (in which keybinding is defined) at second column. I don’t see anything interesting there.
That’s interesting! How exactly you pressing CMD + [ / ]? what keyboard and layout you use? Default keys of FL on OSX are
["super+k", "super+r"]
and["super+k", "super+s"]
so I assume that you either have [ & ] on same keys as R or S, or those apps you mentioned doing sth weird.The last thing, I can suggest, to hunt down the issue would be removing keybinding files from your local package:
Preferences
→Browse Packages…
Installed packages
folderFilter Lines.sublime-package
as zip archive with your favourite archival app.Thank you @winterflags and @vovkkk.