Compare commits
No commits in common. "5112050af61e58d8ceb605f10b1a00f1c5b79602" and "b22f86551a002b9af12f72199020dac5915ac706" have entirely different histories.
5112050af6
...
b22f86551a
|
|
@ -3,6 +3,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_STATE_HOME="$HOME/.local/state"
|
export XDG_STATE_HOME="$HOME/.local/state"
|
||||||
|
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|
|
||||||
|
|
@ -65,22 +65,15 @@ setw -g clock-mode-colour cyan
|
||||||
set -g message-style bg=brightblack,fg=cyan
|
set -g message-style bg=brightblack,fg=cyan
|
||||||
set -g message-command-style bg=brightblack,fg=cyan
|
set -g message-command-style bg=brightblack,fg=cyan
|
||||||
|
|
||||||
|
# Fix colors
|
||||||
|
set-option -as terminal-overrides ",xterm*:Tc"
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||||
|
|
||||||
# Terminal
|
|
||||||
set-option -g default-terminal "xterm-256color"
|
|
||||||
|
|
||||||
# Fix colors
|
|
||||||
set-option -as terminal-overrides ",xterm*:Tc"
|
|
||||||
|
|
||||||
# Add control-arrow keys support
|
|
||||||
set -s extended-keys on
|
|
||||||
set -as terminal-features "xterm*:extkeys"
|
|
||||||
|
|
||||||
# Set vi-mode
|
# Set vi-mode
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
# Copy-paste keybindings
|
# Copy-paste keybindings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue