diff options
Diffstat (limited to 'common/commandline/fish.fish')
-rw-r--r-- | common/commandline/fish.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline/fish.fish b/common/commandline/fish.fish index 828d56f..44a742e 100644 --- a/common/commandline/fish.fish +++ b/common/commandline/fish.fish | |||
@@ -1,6 +1,7 @@ | |||
1 | # Disable greeting | 1 | # Disable greeting |
2 | set fish_greeting | 2 | set fish_greeting |
3 | set -g fish_key_bindings fish_vi_key_bindings | 3 | set -g fish_key_bindings fish_vi_key_bindings |
4 | set -g grc_plugin_ignore_execs ls systemctl | ||
4 | 5 | ||
5 | bind -M insert ctrl-Z 'fg ; commandline -f repaint' | 6 | bind -M insert ctrl-Z 'fg ; commandline -f repaint' |
6 | 7 | ||