-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored the key binding system and implemented generic procedures (#…
…237) * Refactored the key binding system and implemented generic procedures - vim bindings - alternative bindings - register cmds before extension cmds - add subcommand invocation by name I took the emacs approach where every functionality is a certain defined procedure which can, but doesn't have to, be bound to a key. Each can also be given a name so the future implementation of subcommands should be very easy. I chose the name 'procedure' as there was already a lot of ambiguity with the word 'command'. I kept all the existing key bindings, although I modified some to align them with vim. I also added a incomplete emacs profile just to showcase how bindings can be changed.
- Loading branch information
1 parent
a58e81e
commit 1b36fcd
Showing
13 changed files
with
875 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.