..tmux
This commit is contained in:
@@ -19,12 +19,14 @@ A collection of configuration files meant to be used with GNU stow.
|
||||
* alacritty
|
||||
* audacious
|
||||
* bash-completion
|
||||
* bat
|
||||
* bitwarden
|
||||
* dunst
|
||||
* eza
|
||||
* feh
|
||||
* firefox
|
||||
* git
|
||||
* ly
|
||||
* maim
|
||||
* man
|
||||
* pavucontrol
|
||||
@@ -34,6 +36,7 @@ A collection of configuration files meant to be used with GNU stow.
|
||||
* rofi
|
||||
* starship
|
||||
* stow
|
||||
* tmux
|
||||
* unzip
|
||||
* xclip
|
||||
|
||||
|
||||
@@ -4,8 +4,13 @@ set-option -g default-command "/bin/bash"
|
||||
|
||||
# set prefix key
|
||||
unbind C-b
|
||||
set -g prefix C-Space
|
||||
bind C-Space send-prefix
|
||||
set-option -g prefix C-Space
|
||||
|
||||
# general keybindings
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message "config reloaded"
|
||||
|
||||
bind -n S-Left previous-window
|
||||
bind -n S-Right next-window
|
||||
|
||||
# enable mouse support
|
||||
set -g mouse on
|
||||
@@ -15,3 +20,6 @@ set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
# status bar
|
||||
set -g status-interval 5
|
||||
|
||||
Reference in New Issue
Block a user