1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-23 00:39:13 +02:00
Commit Graph

92 Commits

Author SHA1 Message Date
5d460e1e5e add tab keybindings 2020-03-23 23:25:00 +11:00
8fbcc36331 allow resetting cherry picked commits selection 2020-03-19 21:42:21 +11:00
b0ec0821d5 fix docs 2020-03-18 22:50:35 +11:00
13a7806cac add opne menu keybindings in docs 2020-03-18 22:50:35 +11:00
41c76fb748 add close menu keybindings in docs 2020-03-18 22:50:35 +11:00
ac0c3b9f92 fix search keybindings in docs 2020-03-18 22:50:35 +11:00
2169b5109f add search keybings in docs 2020-03-11 19:43:22 +11:00
4a2292a53c fix keybindings of main panel in docs 2020-03-11 19:43:22 +11:00
31e201ca52 allow configuring side panel width 2020-03-04 00:12:23 +11:00
0abd7ad6be update config 2020-03-04 00:12:23 +11:00
87c2fb6a4a Update Custom_Pagers.md 2020-03-04 00:06:49 +11:00
9912998bb7 Create Custom_Pagers.md 2020-03-03 23:07:12 +11:00
ec31fc4cc7 docs: moved services conf docs to config.md 2020-03-01 10:57:12 +11:00
a7508a5dfd fix cheatsheet script to support different contexts 2020-02-29 17:46:00 +11:00
1a3d765c4c fix keybinds document 2020-02-28 23:08:14 +11:00
d0ab747479 color active frames green by default 2020-02-25 21:27:50 +11:00
b8717d750a keybinding doc for nextMatch/prevMatch in Config.md (#659) 2020-02-25 09:37:28 +11:00
fdb543fa7d add half and fullscreen modes 2020-02-25 08:45:30 +11:00
2a5763a771 switch custom command keybinding to ':' 2020-02-24 22:04:39 +11:00
fabdda0492 allow customizing background color in staging mode 2020-02-23 18:37:19 +11:00
94501c683b doc: mention config file location for MacOS 2020-02-06 09:36:29 +11:00
ee433ab909 Update example config for Colemak Keyboard Layout users
I realized that the current example config in `Config.md` for a Colemak keyboard layout user will cause key conflicts in certain panels. This change addresses that issue.
2020-01-31 19:22:30 +11:00
b64953ebdb safely unstage lines 2020-01-29 18:19:11 +11:00
9b32e99eb8 add reflog tab in commits panel 2020-01-09 22:36:07 +11:00
79e696d8a7 switch to 'i' for toggling diff commits 2020-01-08 22:59:12 +11:00
80377e4716 add git flow support 2020-01-08 22:03:15 +11:00
205d731d7b added a seperate keybinding option for checking out commits 2020-01-07 19:14:54 -08:00
e72cab81c1 customizable keybinding for toggleDiffCommit 2020-01-07 10:03:13 -08:00
66c7672a0c updated keybinding config docs 2020-01-07 08:38:07 +08:00
0ddf7c05c8 PickBothHunks -> pickBothHunks 2020-01-06 23:37:21 +08:00
86b101c410 Merge branch 'master' into custom-keybindings 2020-01-04 08:12:36 +00:00
0a31edecb6 make Ctrl+P visible 2020-01-03 15:09:59 +01:00
0d1230a959 added keybinding for fetchRemote 2019-12-07 09:26:17 -08:00
63e353ad6a updated docs/examples 2019-12-06 22:48:19 -08:00
0af8784707 added all possible custom keybindings to the documentation 2019-12-04 18:46:00 -08:00
2ca5766f56 included default config file path 2019-12-04 18:35:29 -08:00
a0b842204c exmaple keybindings for colemak users 2019-12-04 18:35:07 -08:00
c50ab9872d update documentation for custom keybindings 2019-12-04 18:18:28 -08:00
e85310c0a9 add mouse support 2019-11-10 22:32:13 +11:00
9bd2dc3050 Updated the config.md 2019-10-20 12:32:57 +11:00
02fef3136f Added light theme option to the settings 2019-10-20 12:32:57 +11:00
d12f81b44e add autoFetch to config doc 2019-09-08 11:20:35 +10:00
17b4cabc71 Add syntax highlighting to Config.md
It's easier to read...
2019-07-27 10:48:30 +10:00
527c025a0c use shift+j/k to scroll main, ctrl+j/k to move commits 2019-05-25 16:48:17 +10:00
e38d9d5f22 Add alternatives for scroll actions to context map 2019-05-12 16:20:42 +10:00
97f060d38d Add field Alternative to gui.Binding
Document and use alternative keybinding for generating cheatsheet. Add
alt keybinding fn+up/down for scroll up/down actions.

Also run `go run scripts/generate_cheatsheet.go`.
2019-05-12 16:20:42 +10:00
b505c295d2 Fixed another view things 2019-04-26 13:44:37 +10:00
e9fbb608a8 Translated missing sentences 2019-04-26 13:44:37 +10:00
ab9fa291a8 Add skipHookPrefix to config
allows a user to specify a commit message prefix that will tell lazygit to skip
the pre-commit hook. This defaults to WIP. Setting it to the empty string will
disable the feature.

So if my message goes 'WIP: do the thing' then the pre-commit hook will not run
2019-04-13 14:38:17 +10:00
c350cdba43 add feature of display diff between specific commits #397 2019-04-06 13:02:20 +11:00