joshmedeski / dotfiles

Josh's dotfiles for his developer environment
https://dotfiles.joshmedeski.com
373 stars 33 forks source link

How did you get tmux lazygit and lazydocker in new window to work? #1

Closed thepenguinthatwants closed 2 years ago

thepenguinthatwants commented 2 years ago

Hi Josh,

bind g new-window -c "#{pane_current_path}" -n "lazygit" lazygit
bind K new-window -c "#{pane_current_path}" -n "lazydocker" lazydocker

I've tried calling to edit this file and get it to work, without avail. which version of tmux are you running?

joshmedeski commented 2 years ago

I'm on v3.3 and it's working okay for me. I suggest killing the tmux server (tmux kill-server) and trying again.

My other thought is something is wrong with the config file, feel free to share it and maybe I can spot a bug.