1
0
Fork 0

Remove unnecessary keybindings

This commit is contained in:
Malte Brandy 2020-05-20 10:07:06 +02:00
parent d182974aa2
commit b32779429a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

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