diff --git a/keybindings/Default (Linux).sublime-keymap b/keybindings/Default (Linux).sublime-keymap index 859736f..241e198 100644 --- a/keybindings/Default (Linux).sublime-keymap +++ b/keybindings/Default (Linux).sublime-keymap @@ -26,13 +26,6 @@ "keys": ["shift+alt+c"], // Pieces: Manage Conversation Context "command": "pieces_context_manager" }, - { - "keys": ["ctrl+alt+f"], // Pieces: Ask about the current file - "command": "pieces_ask_stream_about", - "args": { - "type": "file" - } - }, { "keys": ["ctrl+shift+i"], // Pieces: Ask about the current project "command": "pieces_ask_stream_about", diff --git a/keybindings/Default (OSX).sublime-keymap b/keybindings/Default (OSX).sublime-keymap index bdeda9b..097d726 100644 --- a/keybindings/Default (OSX).sublime-keymap +++ b/keybindings/Default (OSX).sublime-keymap @@ -26,13 +26,6 @@ "keys": ["shift+option+c"], // Pieces: Manage Conversation Context "command": "pieces_context_manager" }, - { - "keys": ["command+option+f"], // Pieces: Ask about the current file - "command": "pieces_ask_stream_about", - "args": { - "type": "file" - } - }, { "keys": ["command+shift+i"], // Pieces: Ask about the current project "command": "pieces_ask_stream_about", diff --git a/keybindings/Default (Windows).sublime-keymap b/keybindings/Default (Windows).sublime-keymap index 859736f..241e198 100644 --- a/keybindings/Default (Windows).sublime-keymap +++ b/keybindings/Default (Windows).sublime-keymap @@ -26,13 +26,6 @@ "keys": ["shift+alt+c"], // Pieces: Manage Conversation Context "command": "pieces_context_manager" }, - { - "keys": ["ctrl+alt+f"], // Pieces: Ask about the current file - "command": "pieces_ask_stream_about", - "args": { - "type": "file" - } - }, { "keys": ["ctrl+shift+i"], // Pieces: Ask about the current project "command": "pieces_ask_stream_about",