Skip to content

Releases: laughedelic/pisces

pisces v0.7.0

30 Nov 02:30
e45e086
Compare
Choose a tag to compare

Updated for Fisher 4 while still maintaining compatibility with oh-my-fish (see #26 by @nickeb96)

pisces v0.6.0

01 Jul 17:54
1b882b6
Compare
Choose a tag to compare

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

24 Dec 00:52
Compare
Choose a tag to compare

Fixed delay some users observed on the backspace binding (see #13 by @nickeb96)

pisces v0.5.0

09 Aug 13:55
Compare
Choose a tag to compare

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

09 Aug 13:35
Compare
Choose a tag to compare

Fixed support for vi-mode with hybrid keybindings (fish_hybrid_key_bindings introduced in fish-shell v2.5.0)

pisces v0.4.0

17 May 15:48
Compare
Choose a tag to compare

Added support for vi-mode (see #3 by @terlar):

  • when $fish_key_bindings is set to fish_vi_key_bindings, key bindings are made for the insert mode instead of default (normal)

pisces v0.3.2

17 May 11:13
Compare
Choose a tag to compare
  • Fixed completion with dashes (see #4 by @terlar):

    As the input might be using dashes we need to use double dashes to tell
    the command that there won't be any more options.

pisces v0.3.1

14 May 16:12
Compare
Choose a tag to compare
  • Fixed _pisces_complete function file name

pisces v0.3.0

13 May 20:44
Compare
Choose a tag to compare

Added _pisces_complete function to override TAB completion for vars in autoclosed double quotes (see #1):

pisces_tab_cropped_ann
(click to see it as an asciicast)

pisces v0.2.0

11 May 00:02
Compare
Choose a tag to compare
  • 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