From c6e9850968a9300ba11509a42e4a554957dd51c7 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 4 Jun 2020 17:23:10 +1000 Subject: [PATCH] Added bindings for home amd end keys --- roles/tmux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/tmux.nix b/roles/tmux.nix index c2e7ea3..9df280d 100644 --- a/roles/tmux.nix +++ b/roles/tmux.nix @@ -15,6 +15,10 @@ run-shell "/run/current-system/sw/bin/powerline-daemon -q" source /run/current-system/sw/share/tmux/powerline.conf + # Bind home and end keys: + bind-key -n Home send Escape "OH" + bind-key -n End send Escape "OF" + ## COLORSCHEME: gruvbox dark set-option -g status "on"