Sublime Forum

Shift+enter ST2

#1

Currently both the enter keybinding and shift+enter keybinding do the same “characters”:"\n"

Is there a way to get the shift+enter keybinding to first go to the end of the line then pass the “\n”?

**EDIT: **Nevermind I see an example using the ctrl+enter keybinding that uses a macro

{ "keys": "ctrl+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
0 Likes