From 35045d41f3253a0bc12eb9f7be66c3dbef98827f Mon Sep 17 00:00:00 2001 From: Arthur Carabott Date: Mon, 9 Apr 2018 21:59:07 +0100 Subject: [PATCH] remove reload page ignore cache key command --- Default (Linux).sublime-keymap | 12 ------------ Default (OSX).sublime-keymap | 12 ------------ Default (Windows).sublime-keymap | 12 ------------ 3 files changed, 36 deletions(-) diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index 5eba81c..399fff2 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -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)" - } - ] } ] diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index d854d16..1a1af31 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -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)" - } - ] } ] diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 5eba81c..399fff2 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -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)" - } - ] } ]