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

Add browser like tab navigation shortcuts to default settings. #618

Open
martins-1992 opened this issue Jul 18, 2021 · 4 comments
Open

Add browser like tab navigation shortcuts to default settings. #618

martins-1992 opened this issue Jul 18, 2021 · 4 comments
Labels
defaults Issues related to defaults discussion Conversation to figure out actionable steps. Most feature ideas start here.

Comments

@martins-1992
Copy link

martins-1992 commented Jul 18, 2021

According to the description, this is an A terminal workspace with batteries included.
In browsers and apps like gedit it is common to switch between tabs via a keyboard shortcut.
How about adding this to the default config?

I'm currently using browser like config, and it makes tab navigation
a lot more intuitive.

These are shortcuts, that users may try out without looking into the manual.

keybinds:
    normal:
        - action: [ GoToTab: 1,]
          key: [ Alt: '1',]
        - action: [ GoToTab: 2,]
          key: [ Alt: '2',]
        - action: [ GoToTab: 3,]
          key: [ Alt: '3',]
        - action: [ GoToTab: 4,]
          key: [ Alt: '4',]
        - action: [ GoToTab: 5,]
          key: [ Alt: '5',]
        - action: [ GoToTab: 6,]
          key: [ Alt: '6',]
        - action: [ GoToTab: 7,]
          key: [ Alt: '7',]
        - action: [ GoToTab: 8,]
          key: [ Alt: '8',]
        - action: [ GoToTab: 9,]
          key: [ Alt: '9',]

PS: Your project is awesome.

@a-kenji a-kenji added defaults Issues related to defaults discussion Conversation to figure out actionable steps. Most feature ideas start here. labels Jul 20, 2021
@a-kenji
Copy link
Contributor

a-kenji commented Jul 20, 2021

Hello @splitcells! Thank you for the suggestions!
I think this could help,
but would like to get more input from more people on it.
Maybe it collides with some other shortcuts?

@dclong
Copy link

dclong commented Oct 9, 2021

It would awesome if alt + left/right/up/down can be support to navigate among panels in addition to alt + hljk.

@a-kenji
Copy link
Contributor

a-kenji commented Nov 23, 2021

@dclong
Yes, I agree that would be awesome.
Currently we can't recognize them yet sadly.

@a-kenji
Copy link
Contributor

a-kenji commented Nov 23, 2021

Does anyone know if the original suggestions clash with common
shortcuts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defaults Issues related to defaults discussion Conversation to figure out actionable steps. Most feature ideas start here.
Projects
None yet
Development

No branches or pull requests

3 participants