Skip to content

Commit

Permalink
move vim cancel key assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Aug 8, 2023
1 parent b539307 commit 0a44fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/keyboardShortcut.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

// Default keybinds
const vim = new VimBind();
vim.setCancelKey("ESCAPE");
const SCROLL_STEP = 25;
const binds = {
// Ctrl + Tab and Ctrl + Shift + Tab to switch sidebar items
Expand Down Expand Up @@ -77,6 +76,7 @@
f: {
callback: event => {
vim.activate(event);
vim.setCancelKey("ESCAPE");
}
}
};
Expand Down

0 comments on commit 0a44fda

Please sign in to comment.