1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
lazygit/pkg/gui
Jesse Duffield 0d3a193ab5 Add 'w' keybinding in files panel to commit as a WIP
If your git.skipHookPrefix is set to, say, WIP, in your config, then
hitting 'w' in the files panel will bring up the commit message panel
with 'WIP' pre-filled, so you just need to hit enter to confirm
(or add some more to the message) in order to commit your changes
with the --no-verify flag, meaning the pre-commit hook will be skipped
2019-04-13 14:38:17 +10:00
..
app_status_manager.go show loading status for rebasing events 2019-03-03 15:21:33 +11:00
branches_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
commit_files_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
commit_message_panel.go Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
commits_panel.go Allow for creating fixup! commits 2019-04-07 13:13:40 +10:00
confirmation_panel.go add loading panel 2019-02-16 12:03:22 +11:00
context.go mouse support 2019-03-02 17:49:30 +11:00
credentials_panel.go post-merge cleanup 2019-02-11 21:07:12 +11:00
files_panel.go Add 'w' keybinding in files panel to commit as a WIP 2019-04-13 14:38:17 +10:00
gui.go Add 'w' keybinding in files panel to commit as a WIP 2019-04-13 14:38:17 +10:00
keybindings.go Add 'w' keybinding in files panel to commit as a WIP 2019-04-13 14:38:17 +10:00
menu_panel.go delete menu keybinding before setting new one 2019-03-23 13:26:17 +11:00
merge_panel.go i18n for rebase loading states 2019-03-03 16:11:20 +11:00
options_menu_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
rebase_options_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
recent_repos_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
staging_panel.go don't crash if we have no lines to stage 2019-03-03 15:48:01 +11:00
stash_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
status_panel.go organise keybindings better 2019-03-22 20:20:06 +11:00
theme.go bump dependencies 2018-08-18 14:20:19 +10:00
updates.go move update quit confirmation function into updates file 2018-08-27 20:26:49 +10:00
view_helpers.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00