Skip to content

Commit

Permalink
Change to command mode on intialization (#737)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Wootten <[email protected]>
Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2021
1 parent 4f041b6 commit 39e9975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vim-emulation/vim-emulation.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 39e9975

Please sign in to comment.