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 Jul 28, 2022
1 parent 5c0cfde commit f41b800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmap/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ function ble-bind-function-key+default {
ble-decode-kbd/.gen-keycode delete
ble-decode-kbd/.gen-keycode end
ble-decode-kbd/.gen-keycode next
ble-decode-kbd/.gen-keycode find
ble-decode-kbd/.gen-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 f41b800

Please sign in to comment.