mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
update, wsl serial console init, basic vimrc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user