start alacritty with tmux

This commit is contained in:
Noah Masur 2020-07-26 21:06:49 -04:00
parent 8cc81cc8de
commit 5f063ed497
3 changed files with 9 additions and 7 deletions

View File

@ -361,10 +361,12 @@ font:
# - (macOS) /bin/bash --login # - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell # - (Linux/BSD) user login shell
# - (Windows) powershell # - (Windows) powershell
#shell: shell:
# program: /usr/local/bin/fish program: /usr/local/bin/fish
# args: args:
# - --login - --login
- --init-command
- tmux
# Startup directory # Startup directory
# #

View File

@ -9,7 +9,7 @@ if status --is-interactive
set PATH $PATH /usr/local/bin ~/.local/bin $DOTS/bin ~/.cargo/bin set PATH $PATH /usr/local/bin ~/.local/bin $DOTS/bin ~/.cargo/bin
set CDPATH . $HOME $PROJ $DOTS set CDPATH . $HOME $PROJ $DOTS
# Use `vi` in the shell # Use `vi` in the shell with cursor shapes
fish_vi_key_bindings fish_vi_key_bindings
set -g fish_vi_force_cursor set -g fish_vi_force_cursor
set -g fish_cursor_default block set -g fish_cursor_default block

View File

@ -7,10 +7,10 @@ set -g prefix C-space
bind C-space send-prefix bind C-space send-prefix
# Keep plenty of history for scrollback # Keep plenty of history for scrollback
set -g history-limit 10000 set -g history-limit 100000
# Upgrade colors # Upgrade colors
set -g default-terminal "screen-256color" #set -g default-terminal "screen-256color"
# Remove delay for entering copy mode # Remove delay for entering copy mode
set-option -sg escape-time 0 set-option -sg escape-time 0