From e3f2e4d5270014cc157237e8243f01bc7676c09f Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 22 Mar 2022 10:47:14 +0100 Subject: [PATCH] add nimmm conf --- Makefile | 5 +++++ nimmm.conf | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 nimmm.conf diff --git a/Makefile b/Makefile index f79e641..7dd1a9e 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ mpd: $(DESTDIR)$(PREFIX)/mpd.conf foot: $(DESTDIR)$(PREFIX)/foot/foot.ini +nimmm: $(DESTDIR)$(PREFIX)/nimmm.conf + .PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls alacritty sway emacs gtk mpd foot @@ -81,3 +83,6 @@ $(DESTDIR)$(PREFIX)/mpd.conf: $(PWD)/mpd.conf $(DESTDIR)$(PREFIX)/foot/foot.ini: $(PWD)/foot.ini ln -sf $^ $@ + +$(DESTDIR)$(PREFIX)/nimmm.conf: $(PWD)/nimmm.conf + ln -sf $^ $@ diff --git a/nimmm.conf b/nimmm.conf new file mode 100644 index 0000000..e0a5d5b --- /dev/null +++ b/nimmm.conf @@ -0,0 +1,9 @@ +[Keybindings] + +d=left +t=down +r=up +n=right +T=new-tab +D=new-dir +R=rename