mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
start alacritty with tmux
This commit is contained in:
parent
8cc81cc8de
commit
5f063ed497
@ -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
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user