From 2b6715b44044d6d0817ae530a9d32a3571c26223 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 31 Mar 2025 11:24:03 -0400 Subject: Change telescope keybinds --- nvim/lua/keymap.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nvim/lua/keymap.lua') diff --git a/nvim/lua/keymap.lua b/nvim/lua/keymap.lua index 56f5491..5c6e39a 100644 --- a/nvim/lua/keymap.lua +++ b/nvim/lua/keymap.lua @@ -2,6 +2,9 @@ local shared = require('shared') local M = {} +-- disable ctrl-f to work nicer with telescope binds +vim.keymap.set('n', '', '') + vim.keymap.set('n', 'gf', function() shared.cmd_pcall(':e ') end, { noremap = true }) vim.keymap.set('n', "q", function() if vim.o.ft == "qf" then -- cgit v1.2.3