added openclaw-vm tunnel

Signed-off-by: Rack Lin <racklin@gmail.com>
This commit is contained in:
2026-03-13 22:45:35 +08:00
parent 86b71b9554
commit 6238742f20
6 changed files with 78 additions and 64 deletions

View File

@@ -2,9 +2,9 @@ set -g default-terminal "xterm-256color"
#set -ga terminal-overrides ",*256col*:Tc"
set -ga terminal-overrides ",xterm-256color:Tc"
# action key
unbind C-b
set-option -g prefix C-t
set-option -g repeat-time 0
#unbind C-b
#set-option -g prefix C-t
#set-option -g repeat-time 0
#### Key bindings
@@ -18,10 +18,10 @@ bind o run-shell "open #{pane_current_path}"
bind -r e kill-pane -a
# vim-like pane switching
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R
# Moving window
bind-key -n C-S-Left swap-window -t -1 \; previous-window