Add Ctrl-f and Ctrl-b emacs style keybindings for left and right motion#114
Conversation
Rigellute
left a comment
There was a problem hiding this comment.
Fine by me!
Would you be able to add these new bindings to the help menu (src/ui/help.rs)?
On line 17 & 20 (that describe left and right keys) please add <Ctrl+b> and <Ctrl+f> respectively.
|
Sure thing! I also added similar documentation for the up and down movement as well. |
Rigellute
left a comment
There was a problem hiding this comment.
Nice one 👍 . Looks like there is a small formatting issue, once fixed I'll merge!
|
I think I fixed it. That's a neat CI check for formatting you have. I might need to borrow that for my own Rust projects... |
|
@RadicalZephyr feel free to use both CI and CD scripts! https://github.com/Rigellute/spotify-tui/blob/master/.github/workflows/ GitHub actions is working really well. |
|
@all-contributors please add @RadicalZephyr for code |
|
I've put up a pull request to add @RadicalZephyr! 🎉 |
…ybinds Add Ctrl-f and Ctrl-b emacs style keybindings for left and right motion
It seems unfair to leave out the emacs keybindings for left and right motion, so I added them for you.