..
context
Draw only visible part of the reflogs panel
2025-12-23 16:20:32 +01:00
controllers
Rerender visible lines when scrolling by page
2025-12-23 16:20:32 +01:00
filetree
When entering a commit in path filtering mode, select the filtered path
2025-10-09 09:58:15 +02:00
keybindings
Make LabelFromKey return an empty string for unset keys
2025-07-27 12:25:16 +02:00
mergeconflicts
modes
patch_exploring
Don't use hunk mode for added or deleted files
2025-07-27 12:10:25 +02:00
popup
Strip leading/trailing whitespace from prompt input
2025-11-15 15:38:24 +01:00
presentation
refactor: use strings.Builder and strings.Repeat to simplify code
2025-12-03 18:34:21 +01:00
services /custom_commands
feat: support custom keybinds in custom command prompt menus
2025-12-22 13:43:52 +01:00
status
style
Modernize all codes
2025-11-15 10:46:23 +01:00
types
Rerender visible lines when scrolling by page
2025-12-23 16:20:32 +01:00
background.go
Trigger background fetch on repo switch only if enough time has passed since the last one
2025-11-16 17:32:37 +01:00
command_log_panel.go
Add merge options menu
2025-10-09 08:45:58 +02:00
context.go
Hide the cursor when the password prompt is showing
2025-09-20 11:11:46 +02:00
context_config.go
controllers.go
Trigger immediate background fetch when switching repos
2025-11-16 17:32:37 +01:00
dummies.go
editors.go
extras_panel.go
feat: add keys for command log menu items
2025-12-14 17:12:47 +01:00
global_handlers.go
Refactor: add a separate Prompt view
2025-09-05 10:42:03 +02:00
gui.go
Trigger background fetch on repo switch only if enough time has passed since the last one
2025-11-16 17:32:37 +01:00
gui_common.go
Implement suspending the app using ctrl-z
2025-08-14 20:41:46 +02:00
gui_driver.go
information_panel.go
Rename ModeStatus.Description to InfoLabel
2025-08-14 17:59:38 +02:00
keybindings.go
Refactor: add a separate Prompt view
2025-09-05 10:42:03 +02:00
layout.go
main_panels.go
menu_panel.go
Make menu keybindings take precedence over builtin ones, except for confirm/esc
2025-12-22 09:37:06 +01:00
options_map.go
Avoid duplicate key bindings in options map
2025-08-14 17:59:38 +02:00
pty.go
Use a PTY when using external diff command from git config
2025-11-01 09:33:52 +01:00
pty_windows.go
Export a LAZYGIT_COLUMNS variable to "pty" tasks on Windows
2025-10-09 10:04:29 +02:00
recent_repos_panel.go
tasks_adapter.go
Close a task's stdout pipe when we are done with it
2025-08-01 10:32:46 +02:00
test_mode.go
Don't use "HEADLESS" environment variable for running tests
2025-11-28 12:06:42 +01:00
view_helpers.go
Avoid scrolling the selection into view on refresh
2025-12-23 15:34:38 +01:00
views.go
Refactor: add a separate Prompt view
2025-09-05 10:42:03 +02:00