-
Notifications
You must be signed in to change notification settings - Fork 0
Keybinding Prefix + I doesn't work #4
Copy link
Copy link
Open
Description
After following all the installation step I tried Prefix + I (capital) for the first time, and nothing happend.
- source the .psmux.config file again -> tried it again -> nothing
- checked the path -> it is correct
- killed the server -> new session -> sourcing -> nothing
- tried to execute the ppm.ps1 file directly (to check execution policy) -> that works
- replaced the ~ with $HOME -> sourcing -> nothing
- used backslashes instead of forward slashes -> sourcing -> nothing
- 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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels