Skip to content

Commit

Permalink
fix: tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Dec 30, 2023
1 parent 3acebf0 commit f636f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/modules/shell/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in
bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
# Actually copy to clipboard (on Linux)
copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
# Attach current directory to session
bind a attach -c "#{pane_current_path}"
Expand Down Expand Up @@ -77,6 +77,8 @@ in
set -g window-status-current-style 'bg=default,fg=colour15'
set -g window-status-current-format ' #W '
set -g pane-border-format ""
set -g pane-border-status top
set -g pane-border-lines single
set -g pane-border-style 'fg=colour0'
Expand Down

0 comments on commit f636f1b

Please sign in to comment.