-
Notifications
You must be signed in to change notification settings - Fork 115
Path Widget
Alejandro Amaral edited this page Apr 8, 2024
·
2 revisions
View the present location within the file system.
This widget is not enabled by default. To change the visibility add this to your .tmux.conf
file
set -g @tokyo-night-tmux_show_path 0 # use 0 to disable
set -g @tokyo-night-tmux_show_path 1 # or use 1 to enable
Change the type path
set -g @tokyo-night-tmux_path_format <type>
The type
can be
-
relative
: Shows path relative to home, e.g.:~/Downloads
-
full
: Shows the full path from root, e.g.:/home/user/Downloads