Skip to content

Commit

Permalink
get rid of navigate to definition, will rather try 'gd'. introduce nb…
Browse files Browse the repository at this point in the history
… 'navigate back' as a workaround for VSCodeVim/Vim#3277
  • Loading branch information
emmanueltouzery committed Mar 19, 2019
1 parent e04e44d commit d44ef31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1156,25 +1156,25 @@
{
"before": [
"<leader>",
"n",
"d"
"g",
"b"
],
"commands": [
{
"command": "editor.action.revealDefinition",
"command": "gitlens.toggleFileBlame",
"args": []
}
]
},
{
"before": [
"<leader>",
"g",
"n",
"b"
],
"commands": [
{
"command": "gitlens.toggleFileBlame",
"command": "workbench.action.navigateBack",
"args": []
}
]
Expand Down

0 comments on commit d44ef31

Please sign in to comment.