Skip to content

Commit

Permalink
Add .tmux.conf with custom tmux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoop57 committed Dec 7, 2024
1 parent 9312a85 commit fca30df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
set -g mouse on
set -g status-right '#{pane_id} | %H:%M '
set-option -g alternate-screen off

set-window-option -g mode-keys vi
bind-key / copy-mode\; send-key ?
bind-key -T copy-mode-vi y \
send-key -X start-of-line\; \
send-key -X begin-selection\; \
send-key -X end-of-line\; \
send-key -X cursor-left\; \
send-key -X copy-selection-and-cancel\; \
paste-buffer

0 comments on commit fca30df

Please sign in to comment.