question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Line indentation via keyboard shortcuts is broken

See original GitHub issue

For 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:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vovkkkcommented, Jun 27, 2016

but something seems to be looking for regexes at some places including [?

You can see the name of package (in which keybinding is defined) at second column. I don’t see anything interesting there.

Didn’t see any log message while attempting to indent via CMD + [ / ], as nothing happened.

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:

  1. Preferences → Browse Packages…
  2. Go up and then to Installed packages folder
  3. Exit ST
  4. Open Filter Lines.sublime-package as zip archive with your favourite archival app.
  5. Remove sublime-keymap files.
0reactions
davidpeckhamcommented, Apr 10, 2017

Thank you @winterflags and @vovkkk.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found