Skip to content

Releases: jorgebucaran/autopair.fish

1.0.4

04 Jul 15:50
1.0.4
244bb1e
Compare
Choose a tag to compare
  • Correctly handle tab-completions for "$fish_Tabcolor" by erasing the " character at the end of the line (#7, #8).

1.0.3

17 Jan 19:46
1.0.3
1222311
Compare
Choose a tag to compare
  • Don't bind anything unless fish_key_bindings is set.
    • Prevents startup errors whenever fish_key_bindings is not set or someone tried to erase it.

1.0.2

04 Jan 15:31
1.0.2
938f6b7
Compare
Choose a tag to compare
  • Re-bind pairs on $fish_key_bindings changes.
    • Now you can change the bindings mode and continue using Autopair in the same session.

1.0.1

24 Dec 19:57
1.0.1
456ccf5
Compare
Choose a tag to compare

Handle empty fish_key_bindings (#3).

1.0.0

08 Dec 06:53
1.0.0
1a107c2
Compare
Choose a tag to compare

Automatically insert, erase, and skip matching pairs as you type in the command-line: (), [], {}, "", and ''. 100%-Fish, no dependencies or external commands.