ThePrimeagen / .dotfiles

3.01k stars 303 forks source link

Add realpath to parse session name correctly and fix: add -u flag to write utf-8 characters to terminal #63

Open achhapolia10 opened 6 months ago

achhapolia10 commented 6 months ago

Sometimes I'm in a directory in the terminal and I want to start tmux session from that directory. If I start a session using tmux-sessionizer using tmux-sessionizer . the session name becomes .

Adding realpath will cause the . to expand and set the proper session name.

Also added -u flag to write utf-8 characters to the terminal when starting tmux if no client is already running.