Skip to content

Where are the key binding functions located? How can I create one? How to Install Pulgins Manually? #9826

Closed Answered by faho
blueray453 asked this question in Q&A
Discussion options

You must be logged in to vote

Where are these functions located in my machine. I want to read them to make functions like that (I need some custom functionality with the key bindings).

The "special input functions" aren't "functions" in the scripting sense. They're things the reader knows how to perform, in the C++ source.

But you can call fishscript functions from a binding, simply create a function and call it. You would typically make it autoloaded, which just means it's a file called "name-of-function.fish" in a directory in $fish_function_path - mostly that's ~/.config/fish/functions.

funced name-of-function and funcsave name-of-function can help you here.

I want install the plugin https://github.com/daleeidd/…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by blueray453
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants