Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assorted fixes #27

Merged
merged 1 commit into from
Nov 21, 2015
Merged

assorted fixes #27

merged 1 commit into from
Nov 21, 2015

Conversation

guillermooo
Copy link
Member

Added a few keys and improved mode switching.

@@ -51,12 +51,36 @@ export function activate(context: vscode.ExtensionContext) {
vscode.commands.registerCommand('extension.vim_w', () => handleKeyEvent("w"));
vscode.commands.registerCommand('extension.vim_x', () => handleKeyEvent("x"));
vscode.commands.registerCommand('extension.vim_y', () => handleKeyEvent("y"));
vscode.commands.registerCommand('extension.vim_z', () => handleKeyEvent("z"));
vscode.commands.registerCommand('extension.vim_z', () => handleKeyEvent("z"));

vscode.commands.registerCommand('extension.vim_A', () => handleKeyEvent("A"));
vscode.commands.registerCommand('extension.vim_I', () => handleKeyEvent("I"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking but mind putting these alphabetically?

guillermooo added a commit that referenced this pull request Nov 21, 2015
@guillermooo guillermooo merged commit 81f93ee into master Nov 21, 2015
@guillermooo guillermooo deleted the assorted-fixes branch November 21, 2015 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants