Skip to content

Commit

Permalink
remove reload page ignore cache key command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Carabott committed Apr 9, 2018
1 parent 03ec4c5 commit 35045d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
12 changes: 0 additions & 12 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,5 @@
"operand": "(source.js, source.jsx, source.ts, source.tsx, text.plain)"
}
]
},
{
"command": "chrome_repl_reload_page",
"args": { "ignoreCache": "True" },
"keys": ["ctrl+shift+alt+r"],
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "(source.js, source.jsx, source.ts, source.tsx, text.plain)"
}
]
}
]
12 changes: 0 additions & 12 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,5 @@
"operand": "(source.js, source.jsx, source.ts, source.tsx, text.plain)"
}
]
},
{
"command": "chrome_repl_reload_page",
"args": { "ignoreCache": "True" },
"keys": ["super+shift+alt+r"],
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "(source.js, source.jsx, source.ts, source.tsx, text.plain)"
}
]
}
]
12 changes: 0 additions & 12 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,5 @@
"operand": "(source.js, source.jsx, source.ts, source.tsx, text.plain)"
}
]
},
{
"command": "chrome_repl_reload_page",
"args": { "ignoreCache": "True" },
"keys": ["ctrl+shift+alt+r"],
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "(source.js, source.jsx, source.ts, source.tsx, text.plain)"
}
]
}
]

0 comments on commit 35045d4

Please sign in to comment.