fix: bind k lowercase lol

This commit is contained in:
Rasyidan Akbar F. 2025-10-06 11:13:00 +07:00
commit ec50d3a28b

View file

@ -30,7 +30,7 @@
unbind '"' unbind '"'
unbind % unbind %
set -g display-panes-time 1500 set -g display-panes-time 1500
bind K send-keys -R \; send-keys C-l \; clear-history bind k send-keys -R \; send-keys C-l \; clear-history
''; '';
}; };
} }