1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg
Jesse Duffield e1fc90615d Apply strikethrough style to reserved keybindings in menus
If a given menu item has an associated keybinding of 'enter', hitting enter won't actually execute
that item unless your cursor is on it. This creates confusion, and so we're going to use a strikethrough
style to communicate that the keybinding is reserved for something else.
2023-05-21 11:31:29 +10:00
..
app merge master into refactor-better-encapsulation 2023-05-02 19:05:42 +10:00
cheatsheet Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
commands Refactor interface for ApplyPatch 2023-05-20 20:54:39 +10:00
common introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00
config Add config git.mainBranches 2023-05-16 13:20:03 +02:00
constants update release notes 2021-04-20 18:34:47 +10:00
env clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
fakes cleanup integration test code 2023-02-26 12:54:13 +11:00
gui Apply strikethrough style to reserved keybindings in menus 2023-05-21 11:31:29 +10:00
i18n Remove the toast when toggling "ignore whitespace" 2023-05-20 12:58:32 +10:00
integration Remove the toast when toggling "ignore whitespace" 2023-05-20 12:58:32 +10:00
logs clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
secureexec Format code to pass lint 2021-09-16 21:38:43 +08:00
snake integrate snake game into lazygit 2022-12-30 12:18:59 +11:00
tasks prevent unnecessary re-renders of view 2023-04-02 15:44:05 +10:00
theme Support strikethrough text style 2023-05-21 10:46:13 +10:00
updates Begin refactoring gui 2023-04-30 13:19:52 +10:00
utils add ability to update yaml path while preserving comments 2023-05-10 22:31:27 +10:00