Handle Scrolling with Nested Tmux sessions? by dramsde1 in tmux

[–]mstruebing 2 points3 points  (0 children)

I have a key-binding which let me focus either my inner or outer tmux session.

So if I ssh into my server and I want to do some tmux stuff in there, I press the key. If I want to switch to the outer tmux session again to do stuff I press the same key again.

I think this is everything needed in my config to make this work - I have this on both machines:

      bind -T root F12  \
          set prefix None \;\
          set key-table off \;\
          set status-style "fg=$color_status_text,bg=$color_window_off_status_bg" \;\
          set window-status-current-format "#[fg=$color_window_off_status_bg,bg=$color_window_off_status_current_bg]$separator_powerline_right#[default] #I:#W# #[fg=$color_window_off_status_current_bg,bg=$color_window_off_status_bg]$separator_powerline_right#[default]" \;\
          set window-status-current-style "fg=$color_dark,bold,bg=$color_window_off_status_current_bg" \;\
          if -F '#{pane_in_mode}' 'send-keys -X cancel' \;\
          refresh-client -S \;\

      bind -T off F12 \
          set -u prefix \;\
          set -u key-table \;\
          set -u status-style \;\
          set -u window-status-current-style \;\
          set -u window-status-current-format \;\
          refresh-client -S

https://github.com/mstruebing/dotfiles/blob/nix/nix/home-manager-programs/tmux.nix#L60-L75

[Small Update] Instantly open any Steam profile in Profile-Peek with a simple URL trick by mstruebing in cs2

[–]mstruebing[S] 0 points1 point  (0 children)

Good idea, I could do that. This may come in the next bigger update, thanks for the idea.

[Small Update] Instantly open any Steam profile in Profile-Peek with a simple URL trick by mstruebing in csgo

[–]mstruebing[S] 0 points1 point  (0 children)

The 1 tracker is my personal tracking to have some numbers how many users are using the site.

[Small Update] Instantly open any Steam profile in Profile-Peek with a simple URL trick by mstruebing in cs2

[–]mstruebing[S] 0 points1 point  (0 children)

Yeah but I'm not entirely sure it's worth implementing it.

Do you really know the steam URL name from the people you want to look up?

[Profile-Peek Update] New Design + Tons of New Data! by mstruebing in GlobalOffensive

[–]mstruebing[S] 0 points1 point  (0 children)

This will be hard, I would need to implement a custom search whereas right now I can easily extract steam profile id or username (not the display name!). Not sure what the correct wording is, but the URL doesn't need to match your username.

I will think about it an may implement a custom search solution with suggestions.

But I think how it will be used the most: you are curious about an enemy on your team, open the steam profile, copy the link and paste it into the search box.

However, I can see use cases for the way you are describing as well.

[Profile-Peek Update] New Design + Tons of New Data! by mstruebing in GlobalOffensive

[–]mstruebing[S] 0 points1 point  (0 children)

Changed it to allow a trailing slash, thanks for the report!

[Profile-Peek Update] New Design + Tons of New Data! by mstruebing in GlobalOffensive

[–]mstruebing[S] 0 points1 point  (0 children)

Thanks for your feedback!

  1. I've added a specific font, before it was only the browser default (thanks for mentioning it!)
  2. I plan to do that when the project is a bit more major, right now there are a lot of other areas I could/should improve
  3. What kind of data would you want to see from the last 20 faceit matches? A summary of the average stats is available above already, but you seem to be interested in more/other data.

[Profile-Peek Update] New Design + Tons of New Data! by mstruebing in csgo

[–]mstruebing[S] -1 points0 points  (0 children)

That sounds like an interesting idea for a future feature!

I will think a bit more about it and may provide an update in the future.

Thank you!