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
Hello Felix,
Thank you so much for this plugin. It is very useful.
I am having trouble adding custom keybindings. I did the following...
" git clone https://github.com/FelixKratz/SketchyVim.git " inside of my .config folder
" cd SketchyVim/examples && v svimrc "
inside of the svimrc file, I am needed to add the following...
" Map 'H' to jump to the first character of the line nnoremap H ^
" Map 'L' to jump to the last character of the line nnoremap L $
:source .config/SketchyVim/examples/svimrc
brew services restart svim
When you have the time can you tell how to correctly add the custom keybindings?
Thank you for your hard work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Felix,
Thank you so much for this plugin. It is very useful.
I am having trouble adding custom keybindings.
I did the following...
" git clone https://github.com/FelixKratz/SketchyVim.git " inside of my .config folder
" cd SketchyVim/examples && v svimrc "
inside of the svimrc file, I am needed to add the following...
" Map 'H' to jump to the first character of the line
nnoremap H ^
" Map 'L' to jump to the last character of the line
nnoremap L $
:source .config/SketchyVim/examples/svimrc
brew services restart svim
When you have the time can you tell how to correctly add the custom keybindings?
Thank you for your hard work!
The text was updated successfully, but these errors were encountered: