Skip to content

Keybinding Prefix + I doesn't work #4

@ThomasVanHecke

Description

@ThomasVanHecke

After following all the installation step I tried Prefix + I (capital) for the first time, and nothing happend.

  1. source the .psmux.config file again -> tried it again -> nothing
  2. checked the path -> it is correct
  3. killed the server -> new session -> sourcing -> nothing
  4. tried to execute the ppm.ps1 file directly (to check execution policy) -> that works
  5. replaced the ~ with $HOME -> sourcing -> nothing
  6. used backslashes instead of forward slashes -> sourcing -> nothing
  7. bypass the execution policy inside run command -> sourcing -> nothin

I am using Windows 11, with default terminal emulator

Does anyone have an idea of what I am missing or doing wrong?

below is my .psmux.conf file with some minor changes, note I have already changed the run command but I tried it with default recommendation.

set -g cursor-style block
set -g cursor-blink off
set -g prediction-dimming off
set -g default-shell powershell
set -g mode-keys vi
# ===========================================
# Plugins
# ===========================================
set -g @plugin 'psmux-plugins/ppm'
set -g @plugin 'psmux-plugins/psmux-sensible'
set -g @plugin 'psmux-plugins/psmux-resurrect'
set -g @plugin 'psmux-plugins/psmux-pain-control'

bind-key j select-pane -D
bind-key k select-pane -U
bind-key h select-pane -L
bind-key l select-pane -R
bind-key S-h split-window -h
bind-key S-v split-window -v

# Initialize PPM (keep at the very bottom)
# Use the absolute path with the -ExecutionPolicy Bypass flag
run "powershell.exe -ExecutionPolicy Bypass -File $HOME\.psmux\plugins\ppm\ppm.ps1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions