From 142967df4197bb797ce25fd232f564f8c48c7b14 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 25 Sep 2022 01:59:29 +0200 Subject: [PATCH] [nvim] more ridiculous bindings --- .config/nvim/fnl/settings.fnl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/nvim/fnl/settings.fnl b/.config/nvim/fnl/settings.fnl index e9fab43..01fea0f 100644 --- a/.config/nvim/fnl/settings.fnl +++ b/.config/nvim/fnl/settings.fnl @@ -174,5 +174,11 @@ (set! loadplugins false) ;; some ridiculous bindings -(map! [i] : "<") -(map! [i] : ">") +(map! [i] "" "<") +(map! [i] "" ">") +(map! [i] "" "(") +(map! [i] "" ")") +(map! [i] "" "{") +(map! [i] "" "}") +(map! [i] "" "[") +(map! [i] "" "]")