diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 09:36:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 09:36:50 +0200 |
| commit | 52649cf66c492db782c4e1bb8a8a142cc459360b (patch) | |
| tree | 96396fdb61695fd8fbe61e30ceaf7d3e30eeada4 /fish | |
| parent | 64344e989a6135cd961354889827d8cf39e88b62 (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/tmux.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish index d37a09c..0ff86f9 100644 --- a/fish/conf.d/tmux.fish +++ b/fish/conf.d/tmux.fish @@ -142,7 +142,7 @@ alias tl 'tmux::search' alias tssh 'tmux::cluster_ssh' alias tp 'tmux::git_project' alias notes 'cd ~/Notes; tmux::attach notes' -alias no 'cd ~/Notes; tmux::attach notes' +alias N 'cd ~/Notes; tmux::attach notes' alias bar 'tmux::new bar' alias baz 'tmux::new baz' alias bay 'tmux::new bay' |
