emacs-fish icon indicating copy to clipboard operation
emacs-fish copied to clipboard

fish-mode for emacs

Results 6 emacs-fish issues
Sort by recently updated
recently updated
newest added

I am running the newest commit of this repo (a7c953b) and GNU Emacs 29.0.50. I am getting an indent error with the 'end' command, where it doesn't indent at all....

If you start a new empty buffer in `fish-mode` and enter a continued line, such as: ```fish echo hello \ ``` then when you press enter at the end of...

Highlighting of for loops over process substitution gets a little confused if there's more than one level. Example (from a real script): ``` for i in (seq (count $PATH) -1...

since `3.1.0` fish shell allows to prefix commands with env vars like other shells. Color of such variables now appears to be the same of the subsequent command

enhancement

When opening a file that is empty and has `$XDG_CONFIG_HOME/fish/functions/XXX.fish` as its path, this automatically inserts the function boilerplate code: ``` function XXX end ``` It also moves point to...

fish-mode: ![image](https://user-images.githubusercontent.com/116975290/200675427-aebfa11d-e29d-4d4a-a435-c93da59ef6c9.png) sh-mode: ![image](https://user-images.githubusercontent.com/116975290/200675489-65e70389-9091-4ebf-980f-596be87ab4ce.png) fish: ![image](https://user-images.githubusercontent.com/116975290/200675631-29c5dff9-7f91-4629-9deb-b8e01cbc9f2e.png)