diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 09:58:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 09:58:08 +0200 |
| commit | f3f1139e9e888c8d991948f75a5e6116440efbe6 (patch) | |
| tree | 5bf868662b164ce30a6824206120840305dc3967 | |
| parent | ea3ae3492af620e7ddbc5f4f3ea134e18dd3d0c4 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/tmux.fish | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish index 81d77a4..5c31a61 100644 --- a/fish/conf.d/tmux.fish +++ b/fish/conf.d/tmux.fish @@ -127,11 +127,10 @@ end alias tn 'tmux::new' alias ta 'tmux::attach' alias tx 'tmux::remote' -alias ts 'tmux::search' +alias tl 'tmux::search' alias tssh 'tmux::cluster_ssh' -alias tm tmux -alias tl 'tmux list-sessions' alias tp 'tmux::git_project' alias foo 'tmux::new foo' alias bar 'tmux::new bar' alias baz 'tmux::new baz' +alias bay 'tmux::new bay' |
