tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.05k stars 114 forks source link

Nothing Happens.. #26

Open davidmthomsen opened 6 years ago

davidmthomsen commented 6 years ago

I cloned the repo and stored it in /opt/ I included the following line into my .tmux.conf run-shell /opt/tmux-logging/logging.tmux I have restarted tmux however, nothing happens when I press the prefix + alt + p. What am I doing wrong? I'm on Kali # uname -a Linux kali 4.15.0-kali3-amd64 #1 SMP Debian 4.15.17-1kali1 (2018-04-25) x86_64 GNU/Linux

Here is my tmux.conf # remap prefix to screens set -g prefix C-a bind C-a send-prefix unbind C-a # Quality of life set -g history-limit 10000 set -g allow-rename off # Join Windows bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" bind-key s command-prompt -p "send pant to:" "join-pane -t '%%'" # Search Mode VI (default is emacs) set-window-option -g mode-keys vi run-shell /opt/tmux-logging/logging.tmux

ghost commented 6 years ago

You have to load plugin via packadd.