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
7242ce5a
Commit
7242ce5a
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
e2d3e1c7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
19 deletions
+19
-19
CheatSheet.py
CheatSheet.py
+1
-1
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.
CheatSheet.py
View file @
7242ce5a
...
@@ -72,7 +72,7 @@ class CheatSheetMultipleSuggestionsCommand(sublime_plugin.TextCommand, CheatShee
...
@@ -72,7 +72,7 @@ class CheatSheetMultipleSuggestionsCommand(sublime_plugin.TextCommand, CheatShee
def
run
(
self
,
edit
,
with_comments
):
def
run
(
self
,
edit
,
with_comments
):
self
.
show_result_with_comments
=
with_comments
self
.
show_result_with_comments
=
with_comments
input_panel_prompt
=
"Cheat.sh"
input_panel_prompt
=
"Cheat.sh
: Show multiple suggestions
"
if
with_comments
:
if
with_comments
:
input_panel_prompt
=
input_panel_prompt
+
" (with comments) :"
input_panel_prompt
=
input_panel_prompt
+
" (with comments) :"
else
:
else
:
...
...
Default (Linux).sublime-keymap
View file @
7242ce5a
[
[
{
{
"keys": ["ctrl+shift+
b
"],
"keys": ["ctrl+shift+
r
"],
"command": "cheat_sheet",
"command": "cheat_sheet",
"args":
"args":
{
{
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
b
"],
"keys": ["alt+shift+
r
"],
"command": "cheat_sheet",
"command": "cheat_sheet",
"args":
"args":
{
{
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
}
}
},
},
{
{
"keys": ["ctrl+shift+
n
"],
"keys": ["ctrl+shift+
s
"],
"command": "cheat_sheet_multiple_suggestions",
"command": "cheat_sheet_multiple_suggestions",
"args":
"args":
{
{
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
n
"],
"keys": ["alt+shift+
s
"],
"command": "cheat_sheet_multiple_suggestions",
"command": "cheat_sheet_multiple_suggestions",
"args":
"args":
{
{
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
}
}
},
},
{
{
"keys": ["ctrl+shift+
m
"],
"keys": ["ctrl+shift+
i
"],
"command": "cheat_sheet_input_panel",
"command": "cheat_sheet_input_panel",
"args":
"args":
{
{
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
m
"],
"keys": ["alt+shift+
i
"],
"command": "cheat_sheet_input_panel",
"command": "cheat_sheet_input_panel",
"args":
"args":
{
{
...
...
Default (OSX).sublime-keymap
View file @
7242ce5a
[
[
{
{
"keys": ["super+shift+
b
"],
"keys": ["super+shift+
r
"],
"command": "cheat_sheet",
"command": "cheat_sheet",
"args":
"args":
{
{
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
b
"],
"keys": ["alt+shift+
r
"],
"command": "cheat_sheet",
"command": "cheat_sheet",
"args":
"args":
{
{
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
}
}
},
},
{
{
"keys": ["super+shift+
n
"],
"keys": ["super+shift+
s
"],
"command": "cheat_sheet_multiple_suggestions",
"command": "cheat_sheet_multiple_suggestions",
"args":
"args":
{
{
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
n
"],
"keys": ["alt+shift+
s
"],
"command": "cheat_sheet_multiple_suggestions",
"command": "cheat_sheet_multiple_suggestions",
"args":
"args":
{
{
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
}
}
},
},
{
{
"keys": ["super+shift+
m
"],
"keys": ["super+shift+
i
"],
"command": "cheat_sheet_input_panel",
"command": "cheat_sheet_input_panel",
"args":
"args":
{
{
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
m
"],
"keys": ["alt+shift+
i
"],
"command": "cheat_sheet_input_panel",
"command": "cheat_sheet_input_panel",
"args":
"args":
{
{
...
...
Default (Windows).sublime-keymap
View file @
7242ce5a
[
[
{
{
"keys": ["ctrl+shift+
b
"],
"keys": ["ctrl+shift+
r
"],
"command": "cheat_sheet",
"command": "cheat_sheet",
"args":
"args":
{
{
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
b
"],
"keys": ["alt+shift+
r
"],
"command": "cheat_sheet",
"command": "cheat_sheet",
"args":
"args":
{
{
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
}
}
},
},
{
{
"keys": ["ctrl+shift+
n
"],
"keys": ["ctrl+shift+
s
"],
"command": "cheat_sheet_multiple_suggestions",
"command": "cheat_sheet_multiple_suggestions",
"args":
"args":
{
{
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
n
"],
"keys": ["alt+shift+
s
"],
"command": "cheat_sheet_multiple_suggestions",
"command": "cheat_sheet_multiple_suggestions",
"args":
"args":
{
{
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
}
}
},
},
{
{
"keys": ["ctrl+shift+
m
"],
"keys": ["ctrl+shift+
i
"],
"command": "cheat_sheet_input_panel",
"command": "cheat_sheet_input_panel",
"args":
"args":
{
{
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
}
}
},
},
{
{
"keys": ["alt+shift+
m
"],
"keys": ["alt+shift+
i
"],
"command": "cheat_sheet_input_panel",
"command": "cheat_sheet_input_panel",
"args":
"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