fish-shell/share
SeekingBlues cf620c829b Improve newline behavior of kill-whole-line
Previously, `kill-whole-line` kills the line and its following
newline. This is insufficient when we are on the last line, because
it would not actually clear the line. The cursor would stay on the
line, which is not the correct behavior for bindings like `dd`.

Also, `cc` in vi-mode used `kill-whole-line`, which is not correct
because it should not remove any newlines. We have to introduce
another special input function (`kill-inner-line`) to fix this.
2022-06-04 13:45:25 -07:00
..
completions Add -k completion for gzip and gunzip 2022-06-04 13:05:50 -07:00
functions Improve newline behavior of kill-whole-line 2022-06-04 13:45:25 -07:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools create_manpage_completions.py: Do not overstrip commands with dots 2022-05-29 17:00:32 +02:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Search $__fish_user_data_dir for vendor additions 2022-05-12 20:29:05 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00