Skip to content

Instantly share code, notes, and snippets.

@nikteg
Last active February 6, 2022 11:38
Show Gist options
  • Save nikteg/2848f875dd5bdffbca15d598a97ef086 to your computer and use it in GitHub Desktop.
Save nikteg/2848f875dd5bdffbca15d598a97ef086 to your computer and use it in GitHub Desktop.

Revisions

  1. nikteg revised this gist Feb 6, 2022. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    [
    { "keys": ["super+d"], "command": "duplicate_line" },
    { "keys": ["alt+up"], "command": "expand_selection", "args": {"to": "smart"} },
    { "keys": ["ctrl+g"], "command": "find_under_expand" },
    { "keys": ["super+shift+a"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
    { "keys": ["shift+alt+up"], "command": "swap_line_up" },
    { "keys": ["shift+alt+down"], "command": "swap_line_down" },
    { "keys": ["super+d"], "command": "duplicate_line" },
    { "keys": ["alt+up"], "command": "expand_selection", "args": { "to": "smart" } },
    { "keys": ["ctrl+g"], "command": "find_under_expand" },
    { "keys": ["super+shift+a"], "command": "show_overlay", "args": { "overlay": "command_palette" } },
    { "keys": ["shift+alt+up"], "command": "swap_line_up" },
    { "keys": ["shift+alt+down"], "command": "swap_line_down" }
    ]
  2. nikteg revised this gist Feb 6, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,6 @@
    { "keys": ["alt+up"], "command": "expand_selection", "args": {"to": "smart"} },
    { "keys": ["ctrl+g"], "command": "find_under_expand" },
    { "keys": ["super+shift+a"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
    { "keys": ["shift+alt+up"], "command": "swap_line_up" },
    { "keys": ["shift+alt+down"], "command": "swap_line_down" },
    ]
  3. nikteg revised this gist Feb 6, 2022. No changes.
  4. nikteg created this gist Feb 6, 2022.
    6 changes: 6 additions & 0 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    [
    { "keys": ["super+d"], "command": "duplicate_line" },
    { "keys": ["alt+up"], "command": "expand_selection", "args": {"to": "smart"} },
    { "keys": ["ctrl+g"], "command": "find_under_expand" },
    { "keys": ["super+shift+a"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
    ]