This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kitty
Watch
1
Star
0
Fork
0
You've already forked kitty
mirror of
https://github.com/kovidgoyal/kitty
synced
2026-07-07 17:43:53 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47e130c4c067d0f5b199486114437db115fdc997
kitty
/
tools
/
tui
/
readline
History
Kovid Goyal
341d845b9a
Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function
...
Also rename os.SEEK_* to io.Seek* as the former has been deprecated
2023-08-04 22:50:13 +05:30
..
actions_test.go
Cleanup readline prompt rendering
2022-12-23 15:23:42 +05:30
actions.go
Finish port of themes kitten to Go
2023-03-14 20:24:21 +05:30
api.go
readline: Automatically do word completion based on history
2023-03-07 16:44:02 +05:30
completion.go
Remove unused code
2023-03-30 10:26:39 +05:30
draw.go
Cleanup readline prompt rendering
2022-12-23 15:23:42 +05:30
history.go
Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function
2023-08-04 22:50:13 +05:30
keys.go
readline: add alt+arrow to move by word default binding. Common on macOS
2022-12-27 10:59:13 +05:30