05102024
This commit is contained in:
parent
341f231742
commit
1969606806
2 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,9 @@ bind -n M-p last-window
|
||||||
bind -n M-e split-window -v -c '#{pane_current_path}'
|
bind -n M-e split-window -v -c '#{pane_current_path}'
|
||||||
bind -n M-d split-window -h -c '#{pane_current_path}'
|
bind -n M-d split-window -h -c '#{pane_current_path}'
|
||||||
bind -n M-W kill-pane
|
bind -n M-W kill-pane
|
||||||
|
# resize to bottom
|
||||||
|
bind -n M-j resize-pane -D 5
|
||||||
|
bind -n M-k resize-pane -U 5
|
||||||
|
|
||||||
# Automatic restore
|
# Automatic restore
|
||||||
# set -g @continuum-restore 'on'
|
# set -g @continuum-restore 'on'
|
||||||
|
|
|
@ -8,6 +8,8 @@ bindings = [
|
||||||
{key = "T", mods = "Command", chars = "\u001Bt" },
|
{key = "T", mods = "Command", chars = "\u001Bt" },
|
||||||
{key = "E", mods = "Command", chars = "\u001Be" },
|
{key = "E", mods = "Command", chars = "\u001Be" },
|
||||||
{key = "D", mods = "Command", chars = "\u001Bd" },
|
{key = "D", mods = "Command", chars = "\u001Bd" },
|
||||||
|
{key = "J", mods = "Command", chars = "\u001Bj" },
|
||||||
|
{key = "K", mods = "Command", chars = "\u001Bk" },
|
||||||
# tmux resurrect plugin
|
# tmux resurrect plugin
|
||||||
{key = "R", mods = "Command", chars = "\u0001\u0012" },
|
{key = "R", mods = "Command", chars = "\u0001\u0012" },
|
||||||
{key = "S", mods = "Command", chars = "\u0001\u0013" },
|
{key = "S", mods = "Command", chars = "\u0001\u0013" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue