Added bindings for home amd end keys

This commit is contained in:
Craige McWhirter 2020-06-04 17:23:10 +10:00
parent 74404d05a8
commit c6e9850968
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -15,6 +15,10 @@
run-shell "/run/current-system/sw/bin/powerline-daemon -q" run-shell "/run/current-system/sw/bin/powerline-daemon -q"
source /run/current-system/sw/share/tmux/powerline.conf 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 ## COLORSCHEME: gruvbox dark
set-option -g status "on" set-option -g status "on"