Skip to content

Commit

Permalink
cmap: freeze the internal codes of "find"/"select" and kitty special …
Browse files Browse the repository at this point in the history
…keys
  • Loading branch information
akinomyoga committed Jun 19, 2022
1 parent 734bd50 commit 7d02058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/init-cmap.sh
Expand Up @@ -99,6 +99,8 @@ function ble/init:cmap/initialize {
ble-decode-kbd/generate-keycode delete
ble-decode-kbd/generate-keycode end
ble-decode-kbd/generate-keycode next
ble-decode-kbd/generate-keycode find
ble-decode-kbd/generate-keycode select

local kend; ble/util/assign kend 'tput @7 2>/dev/null || tput kend 2>/dev/null'
if [[ $kend == $'\e[5~' ]]; then
Expand Down

0 comments on commit 7d02058

Please sign in to comment.