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

Move with ctrl + {h, j, k, l} #686

Closed
tiagovla opened this issue Mar 3, 2022 · 1 comment
Closed

Move with ctrl + {h, j, k, l} #686

tiagovla opened this issue Mar 3, 2022 · 1 comment
Labels
feature Requests for a new feature.

Comments

@tiagovla
Copy link

tiagovla commented Mar 3, 2022

I think a lot of people move around windows in vim with ctrl + {h, j, k, l}.
Is there a reason why these are commented?

bottom/src/lib.rs

Lines 164 to 167 in 9eabb06

// KeyCode::Char('j') => {}, // Move down
// KeyCode::Char('k') => {}, // Move up
// KeyCode::Char('h') => {}, // Move right
// KeyCode::Char('l') => {}, // Move left

@tiagovla tiagovla added the feature Requests for a new feature. label Mar 3, 2022
@ClementTsang
Copy link
Owner

They were just never really added, and now, they collide with some current keybinds.

However, I plan on adding custom keybinds at some point which probably solve this issue: #454

@tiagovla tiagovla closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants