Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
fix conflict key bindings with suggestion widget rpeshkov#54
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Nov 22, 2020
1 parent 66ff030 commit cceb465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
{
"command": "text-tables.gotoNextCell",
"key": "tab",
"when": "tableMode && potentiallyInTable"
"when": "tableMode && potentiallyInTable && !suggestWidgetVisible"
},
{
"command": "text-tables.gotoPreviousCell",
Expand Down Expand Up @@ -187,7 +187,7 @@
{
"command": "text-tables.nextRow",
"key": "enter",
"when": "tableMode && inTable"
"when": "tableMode && inTable && !suggestWidgetVisible"
}
]
},
Expand Down

0 comments on commit cceb465

Please sign in to comment.