From 75e6d9446c92acd6f4b38b23f716a28b6a33bef2 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Wed, 1 Nov 2023 19:33:36 +0100
Subject: readline: Map € to $
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .config/readline/inputrc | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to '.config/readline/inputrc')

diff --git a/.config/readline/inputrc b/.config/readline/inputrc
index 89bead7..45010b1 100644
--- a/.config/readline/inputrc
+++ b/.config/readline/inputrc
@@ -14,9 +14,6 @@ $if editing-mode == vi
 	set show-mode-in-prompt on
 	set vi-ins-mode-string "\1\e[6 q\2"
 	set vi-cmd-mode-string "\1\e[2 q\2"
-
-	# Bring back this binding from Emacs mode
-	C-l: clear-screen
 $endif
 
 $if Bash
@@ -25,3 +22,9 @@ $if Bash
 	# Since <C-r> is bound to ‘forward-search-history’
 	C-t: reverse-search-history
 $endif
+
+set keymap vi-command
+€: end-of-line
+
+set keymap vi-insert
+C-l: clear-screen
-- 
cgit v1.2.3