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

Vim emulation: startup in command mode #737

Merged
merged 8 commits into from
Feb 6, 2021
Next Next commit
Change to command mode on intialization
mcclurgm committed Dec 8, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c55931fe21fd54e2be6c87dfc01ed2490125d17d
2 changes: 1 addition & 1 deletion plugins/vim-emulation/vim-emulation.vala
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ public class Scratch.Plugins.VimEmulation : Peas.ExtensionBase, Peas.Activatable
VISUAL
}

Mode mode = Mode.INSERT;
Mode mode = Mode.COMMAND;
string number = "";
string action = "";
bool g = false;