// swap the keybindings for paste and paste_and_indent | |
{ "keys": ["super+v"], "command": "paste_and_indent" }, | |
{ "keys": ["super+shift+v"], "command": "paste" } |
Awesome Tip! Tweeted it. Thanks!
Thank you!
Here, have a
Ah, nice one!
Note/Reminder for Linux & Windows users: use »CTRL« instead of »Super« (OS X) of course
// swap the keybindings for paste and paste_and_indent
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" }
Thanks!
obviously. should have done this sooner.
This is so much win.
really weird decision not make this a default behaviour.
thanks!
Thanks a lot! This should definitely be the default setting.
I have probably wasted an entire week of my life manually indenting. Didn't even know what paste and indent was until today. What a relief!
wow, why didn't they teach us that in school :'(
Awesome
Been bugging me for over a year... this afternoon finally decided to do something about it and found this. Thanks!
Nice!!!
Greatest thing since sliced bread!
Who knew!!!
Save my day thanks.
Two thumbs up!!
Thank you!
Any chance on replacing: swap_line_up
by swap_line_up_and_indent
?
http://superuser.com/questions/1089928/sublime-text-swap-line-and-indent
Dude, you are the King of Town!
Love it
Super Siked !! Works with Sublime Version 3.1.1, Build 3176
Thanks!
This changed my life. I already use super+shift+v
for Flycut clipboard history, so mine is:
{ "keys": ["super+left+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" }
Thanks!