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