Skip to content

Commit

Permalink
feat(tmux): add notes directory to session switcher
Browse files Browse the repository at this point in the history
* Add /snowscape/notes to tmux session switcher paths
* Keep existing code directory in paths list
* Add HACK comment to remind about removing hardcoded paths
  • Loading branch information
simonwjackson committed Feb 13, 2025
1 parent e800dd9 commit 7dfa14d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,11 @@
end
require('tmux-session-switcher').setup({
paths = { '/snowscape/code' },
paths = {
-- HACK: Remove this so it so its useful for other people
'/snowscape/code',
'/snowscape/notes'
},
})
vim.api.nvim_create_autocmd({'UIEnter'}, {
Expand Down

0 comments on commit 7dfa14d

Please sign in to comment.