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"