From d9e427dd68e6f6d3ad330fcad1391a0437b4d88e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 29 Dec 2022 17:45:43 +0100 Subject: [PATCH] feat(tmux): add a shortcut for Lazydocker --- kitty/kitty.conf | 3 +++ tmux/tmux.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 3e12b36..a4b4172 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -56,6 +56,9 @@ map ctrl+alt+, send_text all \x02\x76 # G (Lazygit) map ctrl+alt+g send_text all \x02\x47 +# D (Lazydocker) +map ctrl+alt+shift+d send_text all \x02\x44 + # F (Telescope Find) map ctrl+alt+s send_text all \x02\x46 diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a811aef..12eb56f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -92,6 +92,9 @@ bind-key x kill-pane # Lazygit bind G new-window -c "#{pane_current_path}" -n "" lazygit +# Lazydocker +bind D new-window -c "#{pane_current_path}" -n "" lazydocker + # LF Terminal File Manager bind O new-window -c "#{pane_current_path}" -n "" lf