tweaks
This commit is contained in:
parent
cc3a281298
commit
e5c749bd25
@ -4,11 +4,14 @@ set -g prefix C-Space
|
|||||||
bind C-Space send-prefix
|
bind C-Space send-prefix
|
||||||
|
|
||||||
##### General #####
|
##### General #####
|
||||||
set -s default-terminal "tmux-256color"
|
# set -s default-terminal "tmux-256color"
|
||||||
|
# set -sa terminal-overrides "$term:rgb"
|
||||||
|
|
||||||
set -s escape-time 10
|
set -s escape-time 10
|
||||||
set -s focus-events on
|
set -s focus-events on
|
||||||
set -s set-clipboard on
|
set -s set-clipboard on
|
||||||
|
|
||||||
|
# set -g default-command "${SHELL}"
|
||||||
set -g base-index 1 # window index
|
set -g base-index 1 # window index
|
||||||
set -g renumber-windows on # window index
|
set -g renumber-windows on # window index
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
@ -18,7 +21,6 @@ set -g set-titles on
|
|||||||
set -g set-titles-string "#S"
|
set -g set-titles-string "#S"
|
||||||
|
|
||||||
set -gw pane-base-index 1 # pane index
|
set -gw pane-base-index 1 # pane index
|
||||||
set -gw synchronize-panes on
|
|
||||||
|
|
||||||
##### Appearance #####
|
##### Appearance #####
|
||||||
set -g status-style fg=black,bg=default
|
set -g status-style fg=black,bg=default
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export VISUAL="nvim"
|
export VISUAL="nvim"
|
||||||
|
export PATH="$PATH:/home/tomas/.local/bin"
|
||||||
|
|
||||||
|
eval "$(dircolors)"
|
||||||
|
export LS_COLORS="${LS_COLORS}:ln=1;33:"
|
||||||
|
|
||||||
|
|
||||||
if [ -f "$HOME/.config/zsh/zshrc" ]; then
|
if [ -f "$HOME/.config/zsh/zshrc" ]; then
|
||||||
source "$HOME/.config/zsh/zshrc"
|
source "$HOME/.config/zsh/zshrc"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user