pisces icon indicating copy to clipboard operation
pisces copied to clipboard

♓️ Fish shell plugin that helps you to work with paired symbols in the command line

Results 7 pisces issues
Sort by recently updated
recently updated
newest added

I've just installed the plugin using Fisher 4.1.0 and it simply doesn't work if `fish_vi_key_bindings` is set. It works perfectly when the default bindings are set, though. Is there any...

Sometimes Ill autocomplete (word by word) a command such as git commit -m "Refactor the ... then I'll complete the message and type the closing " Problem is the plugin...

I created a `$OMF_CONFIG/key_bindings.fish` file where I placed 2 keybinds: ```fish bind \b backward-kill-path-component # ctrl+backspace bind \e\[3\;5~ kill-word # ctrl+delete ``` ctrl+delete works fine while ctrl+backspace doesnt at all....

What happens currently: ![pisces selection](https://user-images.githubusercontent.com/5249806/53679739-bcf80a80-3d24-11e9-9397-57db8a8d9016.gif) What should happen is the selection (grey) being wrapped with quotes. Thank you for the great package!

This plugin unconditionally overwrites the `\t` bind. Making this configurable would allow it to be used at the same time as https://github.com/fisherman/fzf. Alternatively, the current binding of `\t` could be...

Instead of just pairs, I want to be able to define patterns. - [x] matching context around the cursor with regexes (left/right) - [x] surrounding cursor with arbitrary text (multi-character...

feature

Expected behavior in an interactive session: ``` > set cmd one two > set -a cmd "three" > set --show cmd $cmd: set in global scope, unexported, with 3 elements...