From 3eed99716105481dffddc9a74db0d444a9c469a2 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 21 May 2023 11:13:02 +1000 Subject: Update cheatsheet Now that we're using the angle-bracket syntax everywhere for consistency, we need to escape the angle brackets in the markdown of the cheatsheets. --- docs/keybindings/Keybindings_ko.md | 146 +++++++++++++++++++------------------ 1 file changed, 74 insertions(+), 72 deletions(-) (limited to 'docs/keybindings/Keybindings_ko.md') diff --git a/docs/keybindings/Keybindings_ko.md b/docs/keybindings/Keybindings_ko.md index d8b5bf1fd..ab76feb80 100644 --- a/docs/keybindings/Keybindings_ko.md +++ b/docs/keybindings/Keybindings_ko.md @@ -2,28 +2,30 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct # Lazygit 키 바인딩 +_Legend: `` means ctrl+b, `` means alt+b, `B` means shift+b_ + ## 글로벌 키 바인딩
-  ctrl+r: 최근에 사용한 저장소로 전환
-  pgup: 메인 패널을 위로 스크롤 (fn+up/shift+k)
-  pgdown: 메인 패널을 아래로로 스크롤 (fn+down/shift+j)
+  <c-r>: 최근에 사용한 저장소로 전환
+  <pgup>: 메인 패널을 위로 스크롤 (fn+up/shift+k)
+  <pgdown>: 메인 패널을 아래로로 스크롤 (fn+down/shift+j)
   @: 명령어 로그 메뉴 열기
   }: diff 보기의 변경 사항 주위에 표시되는 컨텍스트의 크기를 늘리기
   {: diff 보기의 변경 사항 주위에 표시되는 컨텍스트 크기 줄이기
   :: execute custom command
-  ctrl+p: 커스텀 Patch 옵션 보기
+  <c-p>: 커스텀 Patch 옵션 보기
   m: view merge/rebase options
   R: 새로고침
   +: 다음 스크린 모드 (normal/half/fullscreen)
   _: 이전 스크린 모드
   ?: 매뉴 열기
-  ctrl+s: view filter-by-path options
+  <c-s>: view filter-by-path options
   W: Diff 메뉴 열기
-  ctrl+e: Diff 메뉴 열기
-  ctrl+w: 공백문자를 Diff 뷰에서 표시 여부 전환
+  <c-e>: Diff 메뉴 열기
+  <c-w>: 공백문자를 Diff 뷰에서 표시 여부 전환
   z: 되돌리기 (reflog) (실험적)
-  ctrl+z: 다시 실행 (reflog) (실험적)
+  <c-z>: 다시 실행 (reflog) (실험적)
   P: 푸시
   p: 업데이트
 
@@ -33,9 +35,9 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   ,: 이전 페이지
   .: 다음 페이지
-  <: 맨 위로 스크롤 
+  <: 맨 위로 스크롤 
   /: 검색 시작
-  >: 맨 아래로 스크롤 
+  >: 맨 아래로 스크롤 
   H: 우 스크롤
   L: 좌 스크롤
   ]: 이전 탭
@@ -45,49 +47,49 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
 ## Reflog
 
 
-  ctrl+o: 커밋 SHA를 클립보드에 복사
-  space: 커밋을 체크아웃
+  <c-o>: 커밋 SHA를 클립보드에 복사
+  <space>: 커밋을 체크아웃
   y: 커밋 attribute 복사
   o: 브라우저에서 커밋 열기
   n: 커밋에서 새 브랜치를 만듭니다.
   g: view reset options
   c: 커밋을 복사 (cherry-pick)
   C: 커밋을 범위로 복사 (cherry-pick)
-  ctrl+r: reset cherry-picked (copied) commits selection
-  enter: 커밋 보기
+  <c-r>: reset cherry-picked (copied) commits selection
+  <enter>: 커밋 보기
 
## Stash
-  space: 적용
+  <space>: 적용
   g: pop
   d: drop
   n: 새 브랜치 생성
   r: rename stash
-  enter: view selected item's files
+  <enter>: view selected item's files
 
## Sub-commits
-  ctrl+o: 커밋 SHA를 클립보드에 복사
-  space: 커밋을 체크아웃
+  <c-o>: 커밋 SHA를 클립보드에 복사
+  <space>: 커밋을 체크아웃
   y: 커밋 attribute 복사
   o: 브라우저에서 커밋 열기
   n: 커밋에서 새 브랜치를 만듭니다.
   g: view reset options
   c: 커밋을 복사 (cherry-pick)
   C: 커밋을 범위로 복사 (cherry-pick)
-  ctrl+r: reset cherry-picked (copied) commits selection
-  enter: view selected item's files
+  <c-r>: reset cherry-picked (copied) commits selection
+  <enter>: view selected item's files
 
## 메뉴
-  enter: 실행
-  esc: 닫기
+  <enter>: 실행
+  <esc>: 닫기
 
## 메인 패널 (Merging) @@ -95,53 +97,53 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   e: 파일 편집
   o: 파일 닫기
-  : 이전 충돌을 선택
-  : 다음 충돌을 선택
-  : 이전 hunk를 선택
-  : 다음 hunk를 선택
+  <left>: 이전 충돌을 선택
+  <right>: 다음 충돌을 선택
+  <up>: 이전 hunk를 선택
+  <down>: 다음 hunk를 선택
   z: 되돌리기
   M: git mergetool를 열기
-  space: pick hunk
+  <space>: pick hunk
   b: pick all hunks
-  esc: 파일 목록으로 돌아가기
+  <esc>: 파일 목록으로 돌아가기
 
## 메인 패널 (Normal)
-  mouse wheel ▼: 아래로 스크롤 (fn+up)
-  mouse wheel ▲: 위로 스크롤 (fn+down)
+  mouse wheel down: 아래로 스크롤 (fn+up)
+  mouse wheel up: 위로 스크롤 (fn+down)
 
## 메인 패널 (Patch Building)
-  : 이전 hunk를 선택
-  : 다음 hunk를 선택
+  <left>: 이전 hunk를 선택
+  <right>: 다음 hunk를 선택
   v: 드래그 선택 전환
   V: 드래그 선택 전환
   a: toggle select hunk
-  ctrl+o: 선택한 텍스트를 클립보드에 복사
+  <c-o>: 선택한 텍스트를 클립보드에 복사
   o: 파일 닫기
   e: 파일 편집
-  space: line(s)을 패치에 추가/삭제
-  esc: exit custom patch builder
+  <space>: line(s)을 패치에 추가/삭제
+  <esc>: exit custom patch builder
 
## 메인 패널 (Staging)
-  : 이전 hunk를 선택
-  : 다음 hunk를 선택
+  <left>: 이전 hunk를 선택
+  <right>: 다음 hunk를 선택
   v: 드래그 선택 전환
   V: 드래그 선택 전환
   a: toggle select hunk
-  ctrl+o: 선택한 텍스트를 클립보드에 복사
+  <c-o>: 선택한 텍스트를 클립보드에 복사
   o: 파일 닫기
   e: 파일 편집
-  esc: 파일 목록으로 돌아가기
-  tab: 패널 전환
-  space: 선택한 행을 staged / unstaged
+  <esc>: 파일 목록으로 돌아가기
+  <tab>: 패널 전환
+  <space>: 선택한 행을 staged / unstaged
   d: 변경을 삭제 (git reset)
   E: edit hunk
   c: 커밋 변경내용
@@ -152,13 +154,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
 ## 브랜치
 
 
-  ctrl+o: 브랜치명을 클립보드에 복사
+  <c-o>: 브랜치명을 클립보드에 복사
   i: git-flow 옵션 보기
-  space: 체크아웃
+  <space>: 체크아웃
   n: 새 브랜치 생성
   o: 풀 리퀘스트 생성
   O: 풀 리퀘스트 생성 옵션
-  ctrl+y: 풀 리퀘스트 URL을 클립보드에 복사
+  <c-y>: 풀 리퀘스트 URL을 클립보드에 복사
   c: 이름으로 체크아웃
   F: 강제 체크아웃
   d: 브랜치 삭제
@@ -169,7 +171,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   g: view reset options
   R: 브랜치 이름 변경
   u: set/unset upstream
-  enter: 커밋 보기
+  <enter>: 커밋 보기
 
## 상태 @@ -178,15 +180,15 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct o: 설정 파일 열기 e: 설정 파일 수정 u: 업데이트 확인 - enter: 최근에 사용한 저장소로 전환 + <enter>: 최근에 사용한 저장소로 전환 a: 모든 브랜치 로그 표시
## 서브모듈
-  ctrl+o: 서브모듈 이름을 클립보드에 복사
-  enter: 서브모듈 열기
+  <c-o>: 서브모듈 이름을 클립보드에 복사
+  <enter>: 서브모듈 열기
   d: 서브모듈 삭제
   u: 서브모듈 업데이트
   n: 새로운 서브모듈 추가
@@ -207,23 +209,23 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
 ## 원격 브랜치
 
 
-  ctrl+o: 브랜치명을 클립보드에 복사
-  space: 체크아웃
+  <c-o>: 브랜치명을 클립보드에 복사
+  <space>: 체크아웃
   n: 새 브랜치 생성
   M: 현재 브랜치에 병합
   r: 체크아웃된 브랜치를 이 브랜치에 리베이스
   d: 브랜치 삭제
   u: set as upstream of checked-out branch
-  esc: 원격목록으로 돌아가기
+  <esc>: 원격목록으로 돌아가기
   g: view reset options
-  enter: 커밋 보기
+  <enter>: 커밋 보기
 
## 커밋
-  ctrl+o: 커밋 SHA를 클립보드에 복사
-  ctrl+r: reset cherry-picked (copied) commits selection
+  <c-o>: 커밋 SHA를 클립보드에 복사
+  <c-r>: reset cherry-picked (copied) commits selection
   b: bisect 옵션 보기
   s: squash down
   f: fixup commit
@@ -234,63 +236,63 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   p: pick commit (when mid-rebase)
   F: create fixup commit for this commit
   S: squash all 'fixup!' commits above selected commit (autosquash)
-  ctrl+j: 커밋을 1개 아래로 이동
-  ctrl+k: 커밋을 1개 위로 이동
+  <c-j>: 커밋을 1개 아래로 이동
+  <c-k>: 커밋을 1개 위로 이동
   v: 커밋을 붙여넣기 (cherry-pick)
   A: amend commit with staged changes
   a: reset commit author
   t: 커밋 되돌리기
   T: tag commit
-  ctrl+l: 로그 메뉴 열기
-  space: 커밋을 체크아웃
+  <c-l>: 로그 메뉴 열기
+  <space>: 커밋을 체크아웃
   y: 커밋 attribute 복사
   o: 브라우저에서 커밋 열기
   n: 커밋에서 새 브랜치를 만듭니다.
   g: view reset options
   c: 커밋을 복사 (cherry-pick)
   C: 커밋을 범위로 복사 (cherry-pick)
-  enter: view selected item's files
+  <enter>: view selected item's files
 
## 커밋 파일
-  ctrl+o: 커밋한 파일명을 클립보드에 복사
+  <c-o>: 커밋한 파일명을 클립보드에 복사
   c: checkout file
   d: discard this commit's changes to this file
   o: 파일 닫기
   e: 파일 편집
-  space: toggle file included in patch
+  <space>: toggle file included in patch
   a: toggle all files included in patch
-  enter: enter file to add selected lines to the patch (or toggle directory collapsed)
+  <enter>: enter file to add selected lines to the patch (or toggle directory collapsed)
   `: 파일 트리뷰로 전환
 
## 커밋메시지
-  enter: 확인
-  esc: 닫기
+  <enter>: 확인
+  <esc>: 닫기
 
## 태그
-  space: 체크아웃
+  <space>: 체크아웃
   d: 태그 삭제
   P: 태그를 push
   n: 태그를 생성
   g: view reset options
-  enter: 커밋 보기
+  <enter>: 커밋 보기
 
## 파일
-  ctrl+o: 파일명을 클립보드에 복사
+  <c-o>: 파일명을 클립보드에 복사
   d: view 'discard changes' options
-  space: Staged 전환
-  ctrl+b: 파일을 필터하기 (Staged/unstaged)
+  <space>: Staged 전환
+  <c-b>: 파일을 필터하기 (Staged/unstaged)
   c: 커밋 변경내용
   w: commit changes without pre-commit hook
   A: 마지맛 커밋 수정
@@ -302,7 +304,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   s: 변경사항을 Stash
   S: Stash 옵션 보기
   a: 모든 변경을 Staged/unstaged으로 전환
-  enter: stage individual hunks/lines for file, or collapse/expand for directory
+  <enter>: stage individual hunks/lines for file, or collapse/expand for directory
   g: view upstream reset options
   D: view reset options
   `: 파일 트리뷰로 전환
@@ -313,6 +315,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
 ## 확인 패널
 
 
-  enter: 확인
-  esc: 닫기/취소
+  <enter>: 확인
+  <esc>: 닫기/취소
 
-- cgit v1.2.3