Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing Happens.. #26

Open
davidmthomsen opened this issue May 26, 2018 · 1 comment
Open

Nothing Happens.. #26

davidmthomsen opened this issue May 26, 2018 · 1 comment

Comments

@davidmthomsen
Copy link

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
Copy link

ghost commented Aug 28, 2018

You have to load plugin via packadd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant