Sublime Forum

Feature request: Add hotkey to show/hide gutter

#1

I’m using full screen instead of distraction free mode so I could still see the names of the files that I’m currently working on.

Occasionally I need to see the line numbers. But its ugly to leave it there.
If we could have the option to show/hide gutter as a option menu/hotkey, it’ll work as if its in distraction free mode but with the benefit of knowing which files we’re on, and to show the line numbers as and when its needed.

Cheers!!.

0 Likes

#2
 {"keys": "ctrl+k", "ctrl+n"], "command": "toggle_setting", "args": {"setting": "line_numbers"} }

Add that to your user keybindings. You can make “keys” whatever you want.

0 Likes

#3

[quote=“C0D312”] {"keys": "ctrl+k", "ctrl+n"], "command": "toggle_setting", "args": {"setting": "line_numbers"} }

Add that to your user keybindings. You can make “keys” whatever you want.[/quote]

ahh…thats something new…thanks!

cool…loving sublime more :mrgreen: :mrgreen:

0 Likes