mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(tmux): add a shortcut for Lazydocker
This commit is contained in:
@@ -56,6 +56,9 @@ map ctrl+alt+, send_text all \x02\x76
|
|||||||
# G (Lazygit)
|
# G (Lazygit)
|
||||||
map ctrl+alt+g send_text all \x02\x47
|
map ctrl+alt+g send_text all \x02\x47
|
||||||
|
|
||||||
|
# D (Lazydocker)
|
||||||
|
map ctrl+alt+shift+d send_text all \x02\x44
|
||||||
|
|
||||||
# F (Telescope Find)
|
# F (Telescope Find)
|
||||||
map ctrl+alt+s send_text all \x02\x46
|
map ctrl+alt+s send_text all \x02\x46
|
||||||
|
|
||||||
|
|||||||
@@ -92,6 +92,9 @@ bind-key x kill-pane
|
|||||||
# Lazygit
|
# Lazygit
|
||||||
bind G new-window -c "#{pane_current_path}" -n "" 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
|
# LF Terminal File Manager
|
||||||
bind O new-window -c "#{pane_current_path}" -n "" lf
|
bind O new-window -c "#{pane_current_path}" -n "" lf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user