Skip to content

Commit

Permalink
Fixed alacritty config, tmux start with 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Jan 4, 2024
1 parent b58e701 commit 0e520da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ action = "PasteSelection"
mouse = "Middle"

[scrolling]
faux_multiplier = 3
history = 50000
multiplier = 3

Expand Down
4 changes: 4 additions & 0 deletions user/workstation/user/home/.config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ set -g update-environment 'SWAYSOCK WAYLAND_DISPLAY DISPLAY SSH_ASKPASS SSH_AGEN
set-option -g default-terminal "screen-256color"
set -ga terminal-overrides ',*256col*:Tc'

# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1

# Remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
Expand Down

0 comments on commit 0e520da

Please sign in to comment.