-
Notifications
You must be signed in to change notification settings - Fork 51
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
Feature request: Allow bindings for pause/unpause of sVim #50
Comments
I think this what "insert mode" does. Disable sVim (enter insert mode) with "i" (insertMode), re-enable sVim (exit insert mode) with esc (normalMode). |
@rosche That does seem work. Is "insert mode" actually supposed to mean "paused"? Is there some other purpose to "insert mode" on the context of sVim? The other unfortunate business, is entering "insert mode" puts a status line at the bottom of Safari. Does anyone know if there's a way to disable that? |
@TheLocehiliosan You can hide the "status line" by adding
|
@luchenyuxx Thanks, that works great! |
I would like to bind a mapping which toggles sVim's operation.
Sometimes a site has it's own keyboard shortcuts which overlap with sVim. This would allow quickly disabling sVim, using the site's specific keyboard shortcuts, and ten quickly enabling sVim again. Perhaps it could be mapped in the sVimrc like this:
The text was updated successfully, but these errors were encountered: