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
c7f5ba9f
Commit
c7f5ba9f
authored
Oct 25, 2018
by
Gaurav Kukreja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing key bindings
Signed-off-by:
Gaurav Kukreja
<
gaurav.kukreja@exasol.com
>
parent
2bccdd24
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
150 deletions
+0
-150
Default (Linux).sublime-keymap
Default (Linux).sublime-keymap
+0
-50
Default (OSX).sublime-keymap
Default (OSX).sublime-keymap
+0
-50
Default (Windows).sublime-keymap
Default (Windows).sublime-keymap
+0
-50
No files found.
Default (Linux).sublime-keymap
deleted
100644 → 0
View file @
2bccdd24
[
{
"keys": ["ctrl+c", "ctrl+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": false
}
}
]
\ No newline at end of file
Default (OSX).sublime-keymap
deleted
100644 → 0
View file @
2bccdd24
[
{
"keys": ["super+c", "super+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": false
}
},
{
"keys": ["super+c", "super+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": false
}
},
{
"keys": ["super+c", "super+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": false
}
}
]
\ No newline at end of file
Default (Windows).sublime-keymap
deleted
100644 → 0
View file @
2bccdd24
[
{
"keys": ["ctrl+c", "ctrl+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": false
}
}
]
\ No newline at end of file
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