diff options
| author | Anton Bobov <anton@bobov.name> | 2024-08-20 11:12:19 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-08-20 11:12:19 +0500 |
| commit | 98f41017ce9335a293353b48f6d596eb341b01df (patch) | |
| tree | 40ed479cbabacbd96112e756d79244f03451826f /files/.config | |
| parent | 509267ccc4b095f6fd2a5b1d781b1405e35eebc5 (diff) | |
lazygit: Add open in idea shortcut
Diffstat (limited to 'files/.config')
| -rw-r--r-- | files/.config/lazygit/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml index cd1d122..1fab23c 100644 --- a/files/.config/lazygit/config.yml +++ b/files/.config/lazygit/config.yml @@ -47,3 +47,7 @@ customCommands: context: 'commits' command: 'git dshow "{{.SelectedLocalCommit.Sha}}"' subprocess: true + - key: 'I' + description: 'Open in idea' + context: 'files' + command: 'idea {{.SelectedFile.Name | quote}}' |
