Added bindings for home amd end keys
This commit is contained in:
parent
74404d05a8
commit
c6e9850968
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue