mirror of https://github.com/mitchell/dotfiles.git
Minor tweaks to tmux.conf, provision_linux terminal_env, and fish config
This commit is contained in:
parent
18fda58726
commit
2cb92a57d5
|
@ -10,7 +10,10 @@ function configure_fish
|
||||||
define_global_variables
|
define_global_variables
|
||||||
import_sources $uname
|
import_sources $uname
|
||||||
define_aliases $uname
|
define_aliases $uname
|
||||||
ssh_agent_startup
|
|
||||||
|
if set -qx SSH_CONNECTION
|
||||||
|
ssh_agent_startup
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
configure_fish
|
configure_fish
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
setw -g mouse on
|
setw -g mouse on
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
setw -g escape-time 50
|
||||||
|
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
|
|
|
@ -51,7 +51,8 @@ function terminal_env -d 'Install base terminal utilities and sync configuration
|
||||||
curl \
|
curl \
|
||||||
kitty-terminfo \
|
kitty-terminfo \
|
||||||
fzf \
|
fzf \
|
||||||
nnn
|
nnn \
|
||||||
|
mosh
|
||||||
|
|
||||||
set -l arch_pkgs \
|
set -l arch_pkgs \
|
||||||
$base_pkgs \
|
$base_pkgs \
|
||||||
|
|
Loading…
Reference in New Issue