ericmurphyxyz / dotfiles

My Hyprland dotfiles on Arch Linux (btw)
614 stars 73 forks source link

Powershell doesn't like <enter> #12

Closed MrDowntempo closed 1 year ago

MrDowntempo commented 1 year ago

I use PowerShell (I'm on 7.3.6) and am attempting to setup LF to play nice. The file etc/lfrc.ps1.example is a good start, however the line: map <enter> shell gives the error: unknown mapping: <enter> Which, to me seems like an issue PowerShell has with the <> characters. Googling led me to many other PowerShell users who happened to stumble on a command with a < in it, and needing to instead run the command using cmd. Obviously that's not going to be the necessary solution here. I think just an option for a different alias to without to <> characters could work?

It does seem that using map '<enter>' shell may be a work around, but I'm still testing.

whoops, somehow posted this in wrong place

MrDowntempo commented 1 year ago

whooops