From ca909f38146c12a0e7f8e1a05703be72d3df6fa9 Mon Sep 17 00:00:00 2001 From: Luna Tsuki Date: Thu, 8 Apr 2021 23:11:22 +0200 Subject: [PATCH] .tmuxrc --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..fb54f20 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +bind -n End send-key C-e +bind -n Home send-key C-a +