From 704beb38023084693283403d7c8d124b5e495c93 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 12 Sep 2023 21:25:56 +0200 Subject: nvim: Add comment --- .config/nvim/lua/mango/remap.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/nvim/lua/mango/remap.lua b/.config/nvim/lua/mango/remap.lua index b90950e..46e2bc2 100644 --- a/.config/nvim/lua/mango/remap.lua +++ b/.config/nvim/lua/mango/remap.lua @@ -9,6 +9,8 @@ vim.g.mapleader = ' ' -- Make adjustments for my custom keyboard layout remap('nv', '€', '$') remap('nv', ')', '0') + +-- I only ever shift entire lines remap('n', '<', '<<') remap('n', '>', '>>') -- cgit v1.2.3