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

FEATURE REQUEST: Add vimkeys for navigating up/down #62

Open
LordZeuss opened this issue May 23, 2024 · 2 comments
Open

FEATURE REQUEST: Add vimkeys for navigating up/down #62

LordZeuss opened this issue May 23, 2024 · 2 comments

Comments

@LordZeuss
Copy link

Hello! I was wondering if it would be possible to add J & K as keys to move up and down in the TUI besides the arrow keys, since those keys are currently not in use. I found the keybindings file, and might make a PR myself, but if the maintainer is able to implement this, that would be easier. Just a thought!

@txgk
Copy link

txgk commented May 31, 2024

I'd like to prop this up!

I was able to achieve vim-like scrolling with this config:

{
  adapter: ""
  adapter-states: ""
  connect-bdaddr: ""
  gsm-apn: ""
  gsm-number: ""
  keybindings: {
    NavigateDown: j
    NavigateUp: k
  }
  receive-dir: ""
  theme: {}
}

But it would be very cool to see it enabled by default, because these keys don't even carry any bindings at the moment and a substantial number of terminal users are really used to vim-like navigation.

@darkhz Thanks for this cool project, by the way. Really like it! All these stupid bluemans and bluedevils are so inconvenient, slow and buggy compared to your program...

@darkhz
Copy link
Owner

darkhz commented May 31, 2024

I will consider adding alternate vim like keybindings, of course. Meanwhile, thanks for posting the config.

SIMULATAN added a commit to SIMULATAN/dotfiles that referenced this issue Feb 25, 2025
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

3 participants