Releases: laughedelic/pisces
Releases · laughedelic/pisces
pisces v0.7.0
pisces v0.6.0
New feature by @9999years (see #20):
To disable completing pairs unless the cursor is at the end of the line, set
the$pisces_only_insert_at_eol
variable:set -U pisces_only_insert_at_eol 1
pisces v0.5.1
pisces v0.5.0
This release doesn't add any new functionality, it just makes this plugin compatible with oh-my-fish ✨ (while keeping compatibility with fisherman). See installation instructions in the readme.
pisces v0.4.1
Fixed support for vi-mode with hybrid keybindings (fish_hybrid_key_bindings
introduced in fish-shell v2.5.0)
pisces v0.4.0
pisces v0.3.2
pisces v0.3.1
- Fixed
_pisces_complete
function file name
pisces v0.3.0
Added _pisces_complete
function to override TAB completion for vars in autoclosed double quotes (see #1):
pisces v0.2.0
- Removed
conf.d
initialization - Added uninstall
- Fixed a bug with out of bounds
_pisces_lookup
(when hitting backspace on an empty command line) - Added backspace binding to
\177
which is used in Terminal.app