add nimmm conf
This commit is contained in:
parent
e65c7dbcb9
commit
e3f2e4d527
2 changed files with 14 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -38,6 +38,8 @@ mpd: $(DESTDIR)$(PREFIX)/mpd.conf
|
||||||
|
|
||||||
foot: $(DESTDIR)$(PREFIX)/foot/foot.ini
|
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
|
.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
|
$(DESTDIR)$(PREFIX)/foot/foot.ini: $(PWD)/foot.ini
|
||||||
ln -sf $^ $@
|
ln -sf $^ $@
|
||||||
|
|
||||||
|
$(DESTDIR)$(PREFIX)/nimmm.conf: $(PWD)/nimmm.conf
|
||||||
|
ln -sf $^ $@
|
||||||
|
|
|
||||||
9
nimmm.conf
Normal file
9
nimmm.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Keybindings]
|
||||||
|
|
||||||
|
d=left
|
||||||
|
t=down
|
||||||
|
r=up
|
||||||
|
n=right
|
||||||
|
T=new-tab
|
||||||
|
D=new-dir
|
||||||
|
R=rename
|
||||||
Loading…
Add table
Add a link
Reference in a new issue