You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like if I use the Set-PSReadLineOption -EditMode Emacs
and Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
the Alt+C key will conflict with Emacs alt+c key
Does anyone have any idea how to solve this issue?
#Emacs
Key Function Description
--- -------- -----------
Alt+c CapitalizeWord Find the next word starting from the current position and then upcase the first
character and downcase the remaining characters.
Key Function Description
--- -------- -----------
Alt+c Fzf Set Location Run fzf to select directory to set current location
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems like if I use the
Set-PSReadLineOption -EditMode Emacs
and
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
the Alt+C key will conflict with Emacs alt+c key
Does anyone have any idea how to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions