diff options
| -rw-r--r-- | config/alacritty/alacritty.darwin.yml | 6 | ||||
| -rw-r--r-- | config/tmux/tmux.conf | 1 | ||||
| -rwxr-xr-x | install | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/config/alacritty/alacritty.darwin.yml b/config/alacritty/alacritty.darwin.yml index 417c54a..b8794ae 100644 --- a/config/alacritty/alacritty.darwin.yml +++ b/config/alacritty/alacritty.darwin.yml @@ -34,6 +34,12 @@ key_bindings: - { key: Return, mods: Command, action: ToggleSimpleFullScreen } - { key: Q, mods: Command, chars: "" } +scrolling: + history: 10000 + multiplier: 3 + faux_multiplier: 3 + auto_scroll: false + # Colors (Nord) # colors: # primary: diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index eb20984..328a92f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -14,6 +14,7 @@ set -s history-file '~/.local/share/tmux/history' set -g mouse on setw -g mode-keys vi +set -ga terminal-overrides ',screen-256color:smcup@:rmcup@' set -sg escape-time 0 # otherwise <ESC> in vim has a small delay set -sg bell-action none @@ -73,7 +73,7 @@ echo '---------------------------- INSTALL NVIM PACKER ------------------------- PACKERDIR="$XDG_DATA_HOME/nvim/site/pack/packer/start/packer.nvim" PACKERURL='https://github.com/wbthomason/packer.nvim' [ ! -d "$PACKERDIR" ] && git clone --depth 1 "$PACKERURL" "$PACKERDIR" -nvim -c 'PackerInstall' -c 'PackerUpdate' -c "qa" +nvim -c 'PackerInstall' -c 'PackerSync' -c "qa" ############################################################################### # zsh pluggins |
