update, wsl serial console init, basic vimrc

This commit is contained in:
2023-09-25 17:33:56 +02:00
parent 0cbdaf9b1e
commit c69f75d08a
5 changed files with 113 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ bind Enter copy-mode
bind Escape copy-mode
# Copy mode
set -g mode-keys vi # set vim keys
bind C-v paste-buffer
bind -T copy-mode-vi Enter send -X copy-selection-no-clear \; send -X copy-pipe-and-cancel "xclip -i -sel c" \; display " [tmux] copied!"
bind -T copy-mode-vi C-c send -X copy-selection-no-clear \; send -X copy-pipe-and-cancel "xclip -i -sel c" \; display " [tmux] copied!"
@@ -36,7 +37,7 @@ bind -T copy-mode-vi Escape send -X cancel
# Window actions
# bind y rename-window
bind r source-file ~/.tmux.conf; display " [tmux] ♦ Configuration reloaded from .tmux.conf"
bind r source-file ~/.tmux.conf #; display " [tmux] ♦ Configuration reloaded from .tmux.conf"
# Colors
set -g display-panes-active-colour colour71