From 2bab0218e26c65d183541f05989d64150a929b59 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Wed, 3 Mar 2021 21:09:45 +0100 Subject: [PATCH] Add fzf to fish (Ctrl+R) --- roles/bootstrap/vars/main.yaml | 1 + .../files/config/fish/functions/fish_user_key_bindings.fish | 1 + 2 files changed, 2 insertions(+) create mode 100644 roles/dotfiles/files/config/fish/functions/fish_user_key_bindings.fish diff --git a/roles/bootstrap/vars/main.yaml b/roles/bootstrap/vars/main.yaml index 57e4aaf..bce5c81 100644 --- a/roles/bootstrap/vars/main.yaml +++ b/roles/bootstrap/vars/main.yaml @@ -4,6 +4,7 @@ packages_all: - build-essential - dmenu - fish + - fzf - grim # screenshot - htop - ispell diff --git a/roles/dotfiles/files/config/fish/functions/fish_user_key_bindings.fish b/roles/dotfiles/files/config/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..6256d2a --- /dev/null +++ b/roles/dotfiles/files/config/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1 @@ +fzf_key_bindings