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

388 Commits

Author SHA1 Message Date
0fbde05928 Add a menu item and keybinding to } to increase the context size 2021-12-06 22:37:28 +11:00
ccd80a0e4b add menu options for log stuff 2021-11-05 07:58:21 +11:00
37be9dbea1 support scrolling left and right 2021-11-05 07:58:21 +11:00
5df0475612 Add variable to simplify JumpToBlock keybinding
This removes the magic '5' and instead uses the number of windows.
2021-10-22 22:38:26 +11:00
f6e316dfe5 Improve JumpToBlock keybinding functionality
Improve experience when yaml file has != 5 keybindings and change view
helper to use the length of the array instead of hardcoded value.
2021-10-22 22:38:26 +11:00
91e8765d9c Add JumpToBlock keybinding
This should allow users to decide their own keybinding for jumping
between blocks/panels.
E.g. A user could choose 5-9 instead of 1-5.
2021-10-22 22:38:26 +11:00
87e9d9bdc2 minor changes 2021-10-16 21:18:43 +11:00
b6454755ca copy selected text to clipboard 2021-10-16 21:18:43 +11:00
df4eb70ba2 Fix translations 2021-08-25 22:23:55 +10:00
a0e7604f61 Support git config merge.conflictStyle diff3 2021-08-25 22:23:55 +10:00
2dc6f5f079 Implement state filtering for commit files 2021-08-25 20:13:50 +10:00
4f66093335 introduce edit command template to open a specifig line of a file 2021-08-03 21:42:14 +09:00
bccf203a18 Fix menu item color 2021-07-27 21:30:08 +10:00
b590397dce Update docs 2021-07-27 21:30:08 +10:00
0e6598adbd Implement pull request options menu 2021-07-27 21:30:08 +10:00
22a6771e51 🎨 run go fmt against the file directly ftw 2021-07-01 17:13:13 +10:00
a9f04d3925 facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +10:00
44f7fc6f7c Add global binding to open recent repos 2021-05-30 13:25:44 +10:00
3b7e7a7f56 add random tip to command log 2021-04-12 21:48:08 +10:00
393ce05860 allow focusing on command log view 2021-04-11 17:07:49 +10:00
4f03d7733a allow showing, hiding, and scrolling the extras panel 2021-04-11 17:07:49 +10:00
f2007f4d95 support scrolling extras view 2021-04-11 17:07:49 +10:00
9f4433d8b5 allow opening merge tool 2021-04-11 10:21:53 +10:00
ccebe5e069 change language 2021-04-06 19:34:32 +10:00
d627b3bfc8 more refactoring 2021-04-06 19:34:32 +10:00
4fe512ff3a test
type safe view access
2021-04-06 19:34:32 +10:00
0898a7bb57 refactor 2021-04-06 19:34:32 +10:00
f1d7f59e49 switching repos without restarting the gui 2021-04-06 19:34:32 +10:00
798d3e2d54 get rid of these positively ghastly method signatures 2021-04-06 19:34:32 +10:00
1a5f380c00 support alt-enter for inserting newline when typing commit message within the app 2021-04-06 19:34:32 +10:00
3ea5e4d4b2 allow scrolling when staging lines or building patch 2021-04-06 19:34:32 +10:00
0d6ff7d1b7 support backtab key 2021-04-06 19:34:32 +10:00
6472bda29e bump gocui 2021-04-06 19:34:32 +10:00
6a6024e38f use tcell via porting over code from awesome-gocui 2021-04-06 19:34:32 +10:00
eeeef9ca86 refactor 2021-04-02 11:09:12 +11:00
8dee06f83a allow toggling tree view for commit files panel 2021-04-02 11:00:15 +11:00
da6fe01eca allow toggling on/off file tree mode 2021-03-30 21:57:00 +11:00
cd0532b4d6 allow ignoring directories 2021-03-30 21:57:00 +11:00
418621a9ff support discarding changes in dir 2021-03-30 21:57:00 +11:00
f871724ae6 update wording 2021-03-30 21:57:00 +11:00
1jz
50dd7b00c3 add colors to differentiate action and menu commands 2021-02-16 13:52:04 -08:00
90ade3225f Add lc prefix 2020-11-28 19:19:47 +11:00
4928d1d490 Visualize the commits for all branches 2020-11-28 19:19:47 +11:00
79888d3bde Add mapping to copy a pull request URL to the clipboard 2020-11-19 09:43:51 +11:00
b1dd3c4866 support rebinding confirm/newline keys in editor 2020-10-13 08:21:09 +11:00
1ff405edd8 Copy a commit message to clipboard: Changes to latest version 2020-10-12 21:04:01 +11:00
4c9ec88be5 fix mutex deadlock 2020-10-10 00:23:01 +11:00
bb081ca764 more mutex safety with staging panel 2020-10-10 00:23:01 +11:00
2e05ac0c90 paging keybindings for line by line panel
support searching in line by line panel

move mutexes into their own struct

add line by line panel mutex

apply LBL panel mutex

bump gocui to prevent crashing when search item count decreases
2020-10-10 00:23:01 +11:00
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00