betty, bfg, bgpgrep, bindkey, binwalk, bioradtopgm, bird, birdc, bison, bitconid: add Korean translation (#13734)

This commit is contained in:
HoJeong Im
2024-09-22 01:39:08 +09:00
committed by GitHub
parent a9c1cb3264
commit fda9af4dfa
10 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# bindkey
> Z-Shell에 키 바인딩을 추가.
> 더 많은 정보: <https://zsh.sourceforge.io/Guide/zshguide04.html>.
- 특정 명령에 단축키를 바인딩:
`bindkey "{{^k}}" {{kill-line}}`
- 핫키를 특정 키 시퀀스([s]equence)에 바인딩:
`bindkey -s '^o' 'cd ..\n'`
- 키맵의 목록([l]ist)을 출력:
`bindkey -l`
- 키맵(key[M]ap)에서 단축키 보기:
`bindkey -M main`