Skip to content

Commit

Permalink
remove conflict keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces committed Oct 26, 2024
1 parent 3c3c493 commit e53d4f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions keybindings/Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 0 additions & 7 deletions keybindings/Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 0 additions & 7 deletions keybindings/Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e53d4f5

Please sign in to comment.