Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cheat-sh-sublime-plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
cheat-sh-sublime-plugin
Commits
834e0a89
Commit
834e0a89
authored
Aug 18, 2018
by
Gaurav Kukreja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed key combinations to add package to Package Control
parent
d591013e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
Default (Linux).sublime-keymap
Default (Linux).sublime-keymap
+6
-6
Default (OSX).sublime-keymap
Default (OSX).sublime-keymap
+6
-6
Default (Windows).sublime-keymap
Default (Windows).sublime-keymap
+6
-6
No files found.
Default (Linux).sublime-keymap
View file @
834e0a89
[
{
"keys": ["ctrl+
shift+k
"],
"keys": ["ctrl+
c", "ctrl+r
"],
"command": "cheat_sheet",
"args":
{
...
...
@@ -8,7 +8,7 @@
}
},
{
"keys": ["alt+
shift+k
"],
"keys": ["alt+
c", "alt+r
"],
"command": "cheat_sheet",
"args":
{
...
...
@@ -16,7 +16,7 @@
}
},
{
"keys": ["ctrl+
shift+m
"],
"keys": ["ctrl+
c", "ctrl+s
"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
...
...
@@ -24,7 +24,7 @@
}
},
{
"keys": ["alt+
shift+m
"],
"keys": ["alt+
c", "alt+s
"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
...
...
@@ -32,7 +32,7 @@
}
},
{
"keys": ["ctrl+
shift+c
"],
"keys": ["ctrl+
c", "ctrl+i
"],
"command": "cheat_sheet_input_panel",
"args":
{
...
...
@@ -40,7 +40,7 @@
}
},
{
"keys": ["alt+
shift+c
"],
"keys": ["alt+
c", "alt+i
"],
"command": "cheat_sheet_input_panel",
"args":
{
...
...
Default (OSX).sublime-keymap
View file @
834e0a89
[
{
"keys": ["super+
shift+k
"],
"keys": ["super+
c", "super+r
"],
"command": "cheat_sheet",
"args":
{
...
...
@@ -8,7 +8,7 @@
}
},
{
"keys": ["alt+
shift+k
"],
"keys": ["alt+
c", "alt+r
"],
"command": "cheat_sheet",
"args":
{
...
...
@@ -16,7 +16,7 @@
}
},
{
"keys": ["super+
shift+m
"],
"keys": ["super+
c", "super+s
"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
...
...
@@ -24,7 +24,7 @@
}
},
{
"keys": ["alt+
shift+m
"],
"keys": ["alt+
c", "alt+s
"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
...
...
@@ -32,7 +32,7 @@
}
},
{
"keys": ["super+
shift+c
"],
"keys": ["super+
c", "super+i
"],
"command": "cheat_sheet_input_panel",
"args":
{
...
...
@@ -40,7 +40,7 @@
}
},
{
"keys": ["alt+
shift+c
"],
"keys": ["alt+
c", "alt+i
"],
"command": "cheat_sheet_input_panel",
"args":
{
...
...
Default (Windows).sublime-keymap
View file @
834e0a89
[
{
"keys": ["ctrl+
shift+k
"],
"keys": ["ctrl+
c", "ctrl+r
"],
"command": "cheat_sheet",
"args":
{
...
...
@@ -8,7 +8,7 @@
}
},
{
"keys": ["alt+
shift+k
"],
"keys": ["alt+
c", "alt+r
"],
"command": "cheat_sheet",
"args":
{
...
...
@@ -16,7 +16,7 @@
}
},
{
"keys": ["ctrl+
shift+m
"],
"keys": ["ctrl+
c", "ctrl+s
"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
...
...
@@ -24,7 +24,7 @@
}
},
{
"keys": ["alt+
shift+m
"],
"keys": ["alt+
c", "alt+s
"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
...
...
@@ -32,7 +32,7 @@
}
},
{
"keys": ["ctrl+
shift+c
"],
"keys": ["ctrl+
c", "ctrl+i
"],
"command": "cheat_sheet_input_panel",
"args":
{
...
...
@@ -40,7 +40,7 @@
}
},
{
"keys": ["alt+
shift+c
"],
"keys": ["alt+
c", "alt+i
"],
"command": "cheat_sheet_input_panel",
"args":
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment