Last active
February 6, 2022 11:38
-
-
Save nikteg/2848f875dd5bdffbca15d598a97ef086 to your computer and use it in GitHub Desktop.
Revisions
-
nikteg revised this gist
Feb 6, 2022 . 1 changed file with 6 additions and 6 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,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" } ] -
nikteg revised this gist
Feb 6, 2022 . 1 changed file with 2 additions and 0 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 @@ -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" }, ] -
nikteg revised this gist
Feb 6, 2022 . No changes.There are no files selected for viewing
-
nikteg created this gist
Feb 6, 2022 .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,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"} }, ]