fpp not opening files in $EDITOR
See original GitHub issueHello,
I have my $EDITOR set to vim, however when I attempt to open a file using fpp
, it opens in nano
instead.
Here’s a video reproduction: https://user-images.githubusercontent.com/6345012/163692696-1ca19d72-12a6-47b9-b565-ca8d6cf4e805.mp4
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
File extension FPP - Simple tips how to open the FPP file.
A very simple way to solve this problem is to find and download the appropriate application. The first part of the task has...
Read more >Open .FPP File (Front Panel Project) - File Extension
The best way to open an FPP developer file is to simply double-click it and let the default assoisated application open the file....
Read more >Issues · FalconChristmas/fpp - GitHub
Issues list ; Would like Advance Scheduling for commands on remotes... · #1443 opened · bcarriveau ; Incorrect OS version displays in SSH....
Read more >FPP image from 8/31/15 Wont run after install + reboot
Hi All. I cannot seem to get the FPP to run after a reboot. The message I get on the FPP web page...
Read more >How do I configure fpp (Facebook Path Picker) to open new ...
It seems like FPP must be doing more than just passing in files in a sequence as a suffix to the $FPP_EDITOR command....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I ripgrep’d my whole system, no results. I’m using a tmux-fpp plugin, but it doesn’t set it anywhere (and I was also able to reproduce this outside of tmux)
I removed
$FPP_EDITOR
from my .zshrc, re-sourced it, and ranecho $FPP_EDITOR
, which didn’t return anything.Works now that I’ve moved the
EXPORT
statements above tmux’s execution in my.zshrc
. Thanks!