Pisces Versions Save

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

v0.7.0

3 years ago

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

v0.6.0

3 years ago

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

v0.5.1

5 years ago

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

v0.5.0

6 years ago

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.

v0.4.1

6 years ago

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

v0.4.0

8 years ago

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)

v0.3.2

8 years ago
  • 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.

v0.3.1

8 years ago
  • Fixed _pisces_complete function file name

v0.3.0

8 years ago

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)

v0.2.0

8 years ago
  • 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