tmux updates

This commit is contained in:
Noah Masur
2020-07-27 13:00:26 -04:00
parent 5f063ed497
commit 11ecc5bd5e
7 changed files with 134 additions and 30 deletions

View File

@ -366,7 +366,7 @@ shell:
args:
- --login
- --init-command
- tmux
- tmux a -t noah || tmux new -s noah
# Startup directory
#
@ -589,7 +589,8 @@ shell:
# If the same trigger is assigned to multiple actions, all of them are executed
# in the order they were defined in.
key_bindings:
- { key: F, mods: Option, action: ToggleSimpleFullscreen }
- { key: F, mods: Super, action: ToggleSimpleFullscreen }
- { key: A, mods: Super, chars: "\x02" }
#- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }