Skip to content
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

Custom keybinding issue #45

Open
audigregorie opened this issue Aug 20, 2024 · 0 comments
Open

Custom keybinding issue #45

audigregorie opened this issue Aug 20, 2024 · 0 comments

Comments

@audigregorie
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant