-
-
Save iamtekeste/7c9c324db908f98f8d04 to your computer and use it in GitHub Desktop.
Revisions
-
sharedmit renamed this gist
Jun 22, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
twosixcode revised this gist
Mar 6, 2012 . No changes.There are no files selected for viewing
-
twosixcode revised this gist
Mar 6, 2012 . 1 changed file with 0 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,3 @@ // swap the keybindings for paste and paste_and_indent { "keys": ["super+v"], "command": "paste_and_indent" }, { "keys": ["super+shift+v"], "command": "paste" } -
twosixcode created this gist
Mar 6, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ /* To make paste in Sublime Text 2 behave more like TextMate and automatically indent pasted text, add the following to Keybindings - User */ // swap the keybindings for paste and paste_and_indent { "keys": ["super+v"], "command": "paste_and_indent" }, { "keys": ["super+shift+v"], "command": "paste" }