`:NN` for jumping to a line in a file

Most vim users will have the muscle memory of :NN to jump to some line in a buffer they have opened. I know that Nova doesn’t plan to support the vim command system, so this may seem to be out of the question. However, we can replicate the same behavior / muscle memory by allowing us to create keycaps based on the vim mode we are in. If we simply bound : in normal mode to Go To Line, then the same set of keystrokes could be used to achieve the same behavior.

1 Like

I would absolutely kill for a command mode as well as search using vim-style keystrokes!!