From b52c650a4533e9be04250b090e7638278dbce920 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 15 Jun 2026 16:41:28 +0200 Subject: misc(foot): bind alt+v → paste MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/bash/inputrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/bash/inputrc') diff --git a/.config/bash/inputrc b/.config/bash/inputrc index a88ed4c..1225508 100644 --- a/.config/bash/inputrc +++ b/.config/bash/inputrc @@ -87,5 +87,6 @@ set keymap vi-command $include ~/.config/bash/vi.inputrc "u": vi-undo # u undo +"v": "" # v unbind v, avoid conflict with Alt+v from foot.ini $endif -- cgit v1.3.1