summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/.transparent.conf5
-rw-r--r--zsh/.zshrc1
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
diff --git a/zsh/.zshrc b/zsh/.zshrc
index cee9822..cc2e1ad 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -144,6 +144,7 @@ function show256 {
# Directories
alias cdd='cd ~/dotfiles'
+alias cdp='cd ~/personal'
# Vim
alias n='nvim'