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
tools create_manpage_completions.py: Do not overstrip commands with dots 2022-05-29 17:00:32 +02:00
__fish_build_paths.fish.in
config.fish Search $__fish_user_data_dir for vendor additions 2022-05-12 20:29:05 +02:00
lynx.lss