1
0
Fork 0

Fix tmux keybindings

This commit is contained in:
Malte Brandy 2020-05-20 19:56:15 +02:00
parent 58f5b603aa
commit 646689e4ff
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -28,8 +28,6 @@ in {
historyLimit = 50000;
terminal = "screen-256color";
extraConfig = ''
"bind-key -n Home send Escape "OH"
"bind-key -n End send Escape "OF"
set -g set-titles on
set -g status off
'';