From ee13fd88724422f06fd5da0ca940e6ed28e67e17 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 16 Sep 2024 18:08:28 +0200 Subject: checkpoint --- config/essentials/shell/functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config/essentials/shell/functions.sh') diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index fd2226d..d798a3e 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -348,3 +348,4 @@ ffconcat () { ffmpeg -y -f concat -safe 0 -i $tmp -c copy "$1" rm $tmp } +nvim_bindings() { "$(tmp="$(mktemp)"; nvim +":set nomore | :redir! > $tmp | :map | :redir END | :q" ; fzf < "$tmp"; rm "$tmp")"; } -- cgit v1.2.3