diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-03-03 17:25:00 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-03-03 17:25:00 +0100 |
commit | eab19c0166879710aee9604efedd8933203a592e (patch) | |
tree | 481e55a7bb4e48fa49e9fc4656cbceb7a75ad96c /tmux | |
parent | 86d5b40c238ea56ba7c884b0a8d829d4ad90b3b3 (diff) | |
download | dotfiles-eab19c0166879710aee9604efedd8933203a592e.tar.gz |
tmux
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..5ff10c1 --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,4 @@ +# Be like screen, please +unbind C-b +set -g prefix C-a +bind C-a send-prefix |