We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
like sVim... shift+j: navigate to the previous tab shift+k: navigate to the next tab etc.
And when i press 't' key, safari show new tab page. But this page url is localhost. Can you change 'favorite page' or 'home page' ?
I think it would be much more convenient if the user could change the settings.
The text was updated successfully, but these errors were encountered:
You should be able to change the settings and map shift+j/shift+k to change tabs.
shift+j
shift+k
In your sVimrc: map "shift+k" nextTab map "shift+j" previousTab
map "shift+k" nextTab
map "shift+j" previousTab
Sorry, something went wrong.
No branches or pull requests
like sVim...
shift+j: navigate to the previous tab
shift+k: navigate to the next tab
etc.
And when i press 't' key, safari show new tab page. But this page url is localhost.
Can you change 'favorite page' or 'home page' ?
I think it would be much more convenient if the user could change the settings.
The text was updated successfully, but these errors were encountered: