{ "@context":[ "https://www.w3.org/ns/activitystreams", {"Hashtag":"as:Hashtag"} ], "published":"2024-10-29T14:06:24.087Z", "attributedTo":"https://social.jayvii.de/actors/jayvii", "inReplyTo":"https://mastodon.social/users/hendrikm/statuses/112511836483405468", "replies":"https://social.jayvii.de/objects/YvX9mWZWpes/replies", "to":["https://www.w3.org/ns/activitystreams#Public","https://mastodon.social/users/hendrikm","https://genomic.social/users/landesfeind"], "cc":["https://social.jayvii.de/actors/jayvii/followers"], "content":"
@hendrikm @landesfeind FYI, you can configure tmux in a way that it will \"carry the current working directory\" to new panes or splits. For example, putting following in your tmux configuration will create a horizontal (Ctrl+h) or vertical (Ctrl+v) split of your current window and carry the same working directory into the new split:
bind -n C-h split-window -v -c '#{pane_current_path}'\r\nbind -n C-v split-window -h -c '#{pane_current_path}'", "mediaType":"text/html", "attachment":[], "tag":[ {"type":"Mention","name":"@hendrikm@mastodon.social","href":"https://mastodon.social/users/hendrikm"}, {"type":"Mention","name":"@landesfeind@genomic.social","href":"https://genomic.social/users/landesfeind"} ], "type":"Note", "id":"https://social.jayvii.de/objects/YvX9mWZWpes" }