Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iamtekeste/7c9c324db908f98f8d04 to your computer and use it in GitHub Desktop.

Select an option

Save iamtekeste/7c9c324db908f98f8d04 to your computer and use it in GitHub Desktop.

Revisions

  1. sharedmit renamed this gist Jun 22, 2015. 1 changed file with 0 additions and 0 deletions.
  2. @twosixcode twosixcode revised this gist Mar 6, 2012. No changes.
  3. @twosixcode twosixcode revised this gist Mar 6, 2012. 1 changed file with 0 additions and 8 deletions.
    8 changes: 0 additions & 8 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,3 @@
    /*
    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" }
  4. @twosixcode twosixcode created this gist Mar 6, 2012.
    11 changes: 11 additions & 0 deletions gistfile1.js
    Original 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" }