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

improve order of session list #288

Open
CWempe opened this issue Apr 9, 2021 · 1 comment
Open

improve order of session list #288

CWempe opened this issue Apr 9, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers wontfix This will not be worked on

Comments

@CWempe
Copy link

CWempe commented Apr 9, 2021

I think the list of saved sessions should be ordered by name like in the Windows Explorer or VScode (or many other applications).

This means:

  • case insensitive
  • special characters like underscore should be listed above alphanumeric characters
  • Folders above files (this already works as expected)

image

Currently the list in Kitty is case sensitive (bar is lower than Bar) and special characters at the beginning of a session name (_, -) seem to be getting ignored.

image

@pmatuszy
Copy link

pmatuszy commented Apr 9, 2021

correct - current setup is pretty not annoying but unnatural.

@cyd01 cyd01 added enhancement New feature or request good first issue Good for newcomers labels Apr 10, 2021
@cyd01 cyd01 added the wontfix This will not be worked on label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants