this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tmux: shortcut to update cwd of current session

+3
+3
misc/tmux.conf
··· 55 55 # Session management 56 56 bind G choose-session 57 57 58 + # Update session cwd 59 + bind M-/ attach -c '#{pane_current_path}' 60 + 58 61 # Activity 59 62 setw -g monitor-activity on 60 63 set -g visual-activity off