From 98f41017ce9335a293353b48f6d596eb341b01df Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 20 Aug 2024 11:12:19 +0500 Subject: lazygit: Add open in idea shortcut --- files/.config/lazygit/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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}}' -- cgit v1.2.3