Skip to content

Commit b1e7578

Browse files
tmux: enable mouse support and increase history limit
1 parent ca9af8d commit b1e7578

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

Makefile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
help:
2-
@echo "Usage: make <target>..."
3-
@echo ""
4-
@echo "essential: bash fish git kitty nvim ssh"
5-
@echo "other targets: liquidctl neomutt systemd"
1+
essential: bash bin fish git kitty nvim ssh tmux _phony
62

7-
essential: bash fish git kitty nvim ssh
8-
9-
bash fish git kitty liquidctl neomutt nvim ssh systemd: _phony
3+
bash bin fish git kitty liquidctl neomutt nvim ssh systemd tmux: _phony
104
make -C $@
115

12-
.PHONY: help essential _phony
6+
.PHONY: _phony

bin/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
done:
2+
@echo "Nothing to do: see ../bash/bashrc"
3+
4+
.PHONY: done

tmux/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
~/.config/tmux:
2+
ln -si $(CURDIR) $@
3+

tmux/tmux.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set -g mouse on
2+
set -g history-limit 20000

0 commit comments

Comments
 (0)