Skip to content

Commit

Permalink
fix: remove broken tmux shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Feb 14, 2025
1 parent 59ffadf commit daa9d28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/modules/shell/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ in
# Actually copy to clipboard (on Linux)
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
# Switch to (another) workspace
bind g gotoworkspace
# Switch to (another) workspace, broken for now
# TODO: fix
# bind g gotoworkspace
# Attach current directory to session
bind a attach -c "#{pane_current_path}"
Expand Down

0 comments on commit daa9d28

Please sign in to comment.