1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-08 04:04:22 +02:00
lazygit/pkg/gui/controllers
Jesse Duffield e1aa68a7bd Warn users when attempting to cherry pick with old key
I wrote this feature and even I sometimes use the wrong key so I want
to make this very clear to users so that there's no confusion
2024-01-28 11:48:21 +11:00
..
helpers Pass absolute file paths to all editor commands 2024-01-25 08:56:10 +01:00
attach.go
base_controller.go
basic_commits_controller.go Warn users when attempting to cherry pick with old key 2024-01-28 11:48:21 +11:00
bisect_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
branches_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
command_log_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
commit_description_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
commit_message_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
commits_files_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
common.go
confirmation_controller.go Show mode-specific keybinding suggestions 2024-01-28 08:33:13 +11:00
context_lines_controller.go Improve keybinding descriptions 2024-01-28 08:12:01 +11:00
custom_command_action.go
custom_patch_options_menu_action.go Improve keybinding descriptions 2024-01-28 08:12:01 +11:00
diffing_menu_action.go
files_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
filter_controller.go
filtering_menu_action.go Add SetSelection function for list contexts and use it in most places 2024-01-19 10:47:21 +11:00
git_flow_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
global_controller.go Show mode-specific keybinding suggestions 2024-01-28 08:33:13 +11:00
jump_to_side_window_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
list_controller_trait.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
list_controller.go Disable range-select in menu and suggestions view 2024-01-19 10:50:49 +11:00
local_commits_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
menu_controller.go Show mode-specific keybinding suggestions 2024-01-28 08:33:13 +11:00
merge_conflicts_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
options_menu_action.go Do not include keybindings from another view in keybindings menu 2024-01-15 20:08:11 +11:00
patch_building_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
patch_explorer_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
quit_actions.go Clear range select upon pressing 'escape' 2024-01-19 10:47:21 +11:00
reflog_commits_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
remote_branches_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
remotes_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
screen_mode_actions.go
scroll_off_margin_test.go
scroll_off_margin.go
search_controller.go
search_prompt_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
side_window_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
snake_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
staging_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
stash_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
status_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
sub_commits_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
submodules_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
suggestions_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
switch_to_diff_files_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
switch_to_sub_commits_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
sync_controller.go Improve keybinding descriptions 2024-01-28 08:12:01 +11:00
tags_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00
toggle_whitespace_action.go
types.go
undo_controller.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
vertical_scroll_controller.go
workspace_reset_controller.go
worktree_options_controller.go Set groundwork for better disabled reasons with range select 2024-01-23 13:03:37 +11:00
worktrees_controller.go Display more keybindings on-screen 2024-01-28 08:33:13 +11:00