diff options
-rw-r--r-- | tmux/.transparent.conf | 5 | ||||
-rw-r--r-- | zsh/.zshrc | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tmux/.transparent.conf b/tmux/.transparent.conf index 1054f73..f0a4f6c 100644 --- a/tmux/.transparent.conf +++ b/tmux/.transparent.conf @@ -1,2 +1,7 @@ +# Change prefix +set -g prefix C-1 unbind C-b +bind C-1 send-prefix + +# Remove statusline set -g status off @@ -144,6 +144,7 @@ function show256 { # Directories alias cdd='cd ~/dotfiles' +alias cdp='cd ~/personal' # Vim alias n='nvim' |