jesseduffield.lazygit/pkg/config
Stefan Haller 6fbd99a127 WIP Add config pagerForStaging
Problems:
- sometimes the wrapping is off; I suspect Decolorize is missing some cases
- in the patch building panel, only shows the formatted diff as long as nothing
  has been staged, because then it wants to color the line starts of the
  included lines
- with delta, selection is almost invisible because we are only changing the
  background color, but delta colors the background too (diff-so-fancy doesn't)
2025-02-26 20:52:36 +01:00
..
app_config.go Make commit prefixes migration only return true if it enters if statement 2025-02-23 19:01:03 +01:00
app_config_test.go Make commit prefixes migration only return true if it enters if statement 2025-02-23 19:01:03 +01:00
config_default_platform.go Change OpenCommand to Open and OpenLinkCommand to OpenLink 2023-04-13 13:14:00 +02:00
config_linux.go Fix opening links containing ampersands (&) in WSL 2024-12-04 09:43:30 +01:00
config_windows.go Change OpenCommand to Open and OpenLinkCommand to OpenLink 2023-04-13 13:14:00 +02:00
dummies.go Make fields of AppConfig private 2024-08-18 10:24:52 +02:00
editor_presets.go Fix micro editor preset 2025-01-09 08:48:59 +01:00
editor_presets_test.go use 'suspend' instead of 'editInTerminal' internally 2023-08-09 22:03:58 +10:00
keynames.go Validate keybindings 2025-02-21 13:20:53 +01:00
user_config.go WIP Add config pagerForStaging 2025-02-26 20:52:36 +01:00
user_config_validation.go Validate keys of custom commands 2025-02-21 13:20:53 +01:00
user_config_validation_test.go Validate keys of custom commands 2025-02-21 13:20:53 +01:00