diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 09:36:32 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 09:36:32 +0200 |
| commit | 64344e989a6135cd961354889827d8cf39e88b62 (patch) | |
| tree | bba164d2638e509cfd6afa4391d614b28b11b01d | |
| parent | f6e71fe8d542ebffb6f704fd46e1cf698953c160 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/tmux.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish index f54542b..d37a09c 100644 --- a/fish/conf.d/tmux.fish +++ b/fish/conf.d/tmux.fish @@ -141,7 +141,8 @@ alias tx 'tmux::remote' alias tl 'tmux::search' alias tssh 'tmux::cluster_ssh' alias tp 'tmux::git_project' -alias foo 'tmux::new foo' +alias notes 'cd ~/Notes; tmux::attach notes' +alias no 'cd ~/Notes; tmux::attach notes' alias bar 'tmux::new bar' alias baz 'tmux::new baz' alias bay 'tmux::new bay' |
