From 28ac8a99b9a0ee1b92e20ba5d98d524ce0d09bc0 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Sun, 25 May 2025 22:37:40 -0500 Subject: [PATCH] fix fzf --- vim/.vim/lua/plugins/base.lua | 5 ----- zsh/.zshrc | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/vim/.vim/lua/plugins/base.lua b/vim/.vim/lua/plugins/base.lua index 3b3f955..588fd79 100644 --- a/vim/.vim/lua/plugins/base.lua +++ b/vim/.vim/lua/plugins/base.lua @@ -1,11 +1,6 @@ local use_google = require("utils").use_google return { - { - "lukas-reineke/headlines.nvim", - dependencies = "nvim-treesitter/nvim-treesitter", - config = true, -- or `opts = {}` - }, { "folke/flash.nvim", event = "VeryLazy", diff --git a/zsh/.zshrc b/zsh/.zshrc index b6d490e..4289f44 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -37,6 +37,7 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:2 zplug "mafredri/zsh-async", from:"github", use:"async.zsh" zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-history-substring-search" +zplug 'joshskidmore/zsh-fzf-history-search' zplug "modules/command-not-found", from:prezto zplug "romkatv/powerlevel10k", as:theme, depth:1 @@ -77,7 +78,7 @@ fi zle -N fancy-ctrl-z bindkey '^Z' fancy-ctrl-z -bindkey '^R' fzf-history-widget +# bindkey '^R' fzf-history-widget bindkey "^A" beginning-of-line bindkey "^E" end-of-line bindkey '\eK' kill-line