Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
14
home/.tmux.conf
Normal file
14
home/.tmux.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# change prefix to ctrl+a
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
set -g default-terminal "tmux" # use 'tmux' instead of 'screen-*' to enable italics support per tmux FAQ
|
||||
set-option -ga terminal-overrides ",*256col*:Tc"
|
Loading…
Add table
Add a link
Reference in a new issue