diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-26 00:18:45 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-26 00:18:45 -0400 |
| commit | 84a718ac1b4def43028a8ec2a14ed4a94063ac09 (patch) | |
| tree | 9ef70f80360834d44a84b81687db32c4bddd83fc /modules/neovim/nvim/lua | |
| parent | e9c9db7ac6a79a86bfb1fdb9d26f794a04b74988 (diff) | |
| download | home-84a718ac1b4def43028a8ec2a14ed4a94063ac09.tar.gz | |
repo: sync configs
Diffstat (limited to 'modules/neovim/nvim/lua')
| -rw-r--r-- | modules/neovim/nvim/lua/config/fzf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/neovim/nvim/lua/config/fzf.lua b/modules/neovim/nvim/lua/config/fzf.lua index f994361..ce5d047 100644 --- a/modules/neovim/nvim/lua/config/fzf.lua +++ b/modules/neovim/nvim/lua/config/fzf.lua @@ -88,7 +88,8 @@ require("fzf-lua").setup({ -- ["--tmux"] = "", ["--style"] = "minimal", ["--ansi"] = true, - -- ["--no-bold"] = "", + ["--no-bold"] = "", + ["--bind"] = "ctrl-n:down,ctrl-e:up", }, hls = { border = "FloatBorder", |