1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-14 11:23:09 +02:00
lazygit/docs/keybindings/Keybindings_pl.md
Jesse Duffield d772c9f1d4 Use sentence case everywhere
We have not been good at consistent casing so far. Now we use 'Sentence case' everywhere. EVERYWHERE.

Also Removing 'Lc' prefix from i18n field names: the 'Lc' stood for lowercase but now that everything
is in 'Sentence case' there's no need for the distinction.

I've got a couple lower case things I've kept: namely, things that show up in parentheses.
2023-05-25 23:52:19 +10:00

9.7 KiB

This file is auto-generated. To update, make the changes in the pkg/i18n directory and then run go run scripts/cheatsheet/main.go generate from the project root.

Lazygit Keybindings

Legend: <c-b> means ctrl+b, <a-b> means alt+b, B means shift+b

Globalne

  <c-r>: Switch to a recent repo
  <pgup>: Scroll up main panel (fn+up/shift+k)
  <pgdown>: Scroll down main panel (fn+down/shift+j)
  @: Open command log menu
  }: Increase the size of the context shown around changes in the diff view
  {: Decrease the size of the context shown around changes in the diff view
  :: Wykonaj własną komendę
  <c-p>: View custom patch options
  m: Widok scalenia/opcje zmiany bazy
  R: Odśwież
  +: Next screen mode (normal/half/fullscreen)
  _: Prev screen mode
  ?: Open menu
  <c-s>: View filter-by-path options
  W: Open diff menu
  <c-e>: Open diff menu
  <c-w>: Toggle whether or not whitespace changes are shown in the diff view
  z: Undo
  <c-z>: Redo
  P: Push
  p: Pull

List panel navigation

  ,: Previous page
  .: Next page
  <: Scroll to top
  /: Start search
  >: Scroll to bottom
  H: Scroll left
  L: Scroll right
  ]: Next tab
  [: Previous tab

Commit summary

  <enter>: Potwierdź
  <esc>: Zamknij

Commity

  <c-o>: Copy commit SHA to clipboard
  <c-r>: Reset cherry-picked (copied) commits selection
  b: View bisect options
  s: Ściśnij
  f: Napraw commit
  r: Zmień nazwę commita
  R: Zmień nazwę commita w edytorze
  d: Usuń commit
  e: Edytuj commit
  p: Wybierz commit (podczas zmiany bazy)
  F: Utwórz commit naprawczy dla tego commita
  S: Spłaszcz wszystkie commity naprawcze powyżej zaznaczonych commitów (autosquash)
  <c-j>: Przenieś commit 1 w dół
  <c-k>: Przenieś commit 1 w górę
  v: Wklej commity (przebieranie)
  A: Popraw commit zmianami z poczekalni
  a: Set/Reset commit author
  t: Odwróć commit
  T: Tag commit
  <c-l>: Open log menu
  <space>: Checkout commit
  y: Copy commit attribute
  o: Open commit in browser
  n: Create new branch off of commit
  g: Wyświetl opcje resetu
  c: Kopiuj commit (przebieranie)
  C: Kopiuj zakres commitów (przebieranie)
  <enter>: Przeglądaj pliki commita

Confirmation panel

  <enter>: Potwierdź
  <esc>: Zamknij

Local branches

  <c-o>: Copy branch name to clipboard
  i: Show git-flow options
  <space>: Przełącz
  n: Nowa gałąź
  o: Utwórz żądanie pobrania
  O: Utwórz opcje żądania ściągnięcia
  <c-y>: Skopiuj adres URL żądania pobrania do schowka
  c: Przełącz używając nazwy
  F: Wymuś przełączenie
  d: Usuń gałąź
  r: Zmiana bazy gałęzi
  M: Scal do obecnej gałęzi
  f: Fast-forward this branch from its upstream
  T: Create tag
  g: Wyświetl opcje resetu
  R: Rename branch
  u: Set/Unset upstream
  <enter>: View commits

Main panel (patch building)

  <left>: Poprzedni kawałek
  <right>: Następny kawałek
  v: Toggle drag select
  V: Toggle drag select
  a: Toggle select hunk
  <c-o>: Copy the selected text to the clipboard
  o: Otwórz plik
  e: Edytuj plik
  <space>: Add/Remove line(s) to patch
  <esc>: Wyście z trybu "linia po linii"

Menu

  <enter>: Wykonaj
  <esc>: Zamknij

Pliki

  <c-o>: Copy the file name to the clipboard
  d: Pokaż opcje porzucania zmian
  <space>: Przełącz stan poczekalni
  <c-b>: Filter files (staged/unstaged)
  c: Zatwierdź zmiany
  w: Zatwierdź zmiany bez skryptu pre-commit
  A: Zmień ostatni commit
  C: Zatwierdź zmiany używając edytora
  e: Edytuj plik
  o: Otwórz plik
  i: Ignore or exclude file
  r: Odśwież pliki
  s: Przechowaj zmiany
  S: Wyświetl opcje schowka
  a: Przełącz stan poczekalni wszystkich
  <enter>: Zatwierdź pojedyncze linie
  g: View upstream reset options
  D: Wyświetl opcje resetu
  `: Toggle file tree view
  M: Open external merge tool (git mergetool)
  f: Pobierz

Pliki commita

  <c-o>: Copy the committed file name to the clipboard
  c: Plik wybierania
  d: Porzuć zmiany commita dla tego pliku
  o: Otwórz plik
  e: Edytuj plik
  <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)
  `: Toggle file tree view

Poczekalnia

  <left>: Poprzedni kawałek
  <right>: Następny kawałek
  v: Toggle drag select
  V: Toggle drag select
  a: Toggle select hunk
  <c-o>: Copy the selected text to the clipboard
  o: Otwórz plik
  e: Edytuj plik
  <esc>: Wróć do panelu plików
  <tab>: Switch to other panel (staged/unstaged changes)
  <space>: Toggle line staged / unstaged
  d: Delete change (git reset)
  E: Edit hunk
  c: Zatwierdź zmiany
  w: Zatwierdź zmiany bez skryptu pre-commit
  C: Zatwierdź zmiany używając edytora

Reflog

  <c-o>: Copy commit SHA to clipboard
  <space>: Checkout commit
  y: Copy commit attribute
  o: Open commit in browser
  n: Create new branch off of commit
  g: Wyświetl opcje resetu
  c: Kopiuj commit (przebieranie)
  C: Kopiuj zakres commitów (przebieranie)
  <c-r>: Reset cherry-picked (copied) commits selection
  <enter>: View commits

Remote branches

  <c-o>: Copy branch name to clipboard
  <space>: Przełącz
  n: Nowa gałąź
  M: Scal do obecnej gałęzi
  r: Zmiana bazy gałęzi
  d: Usuń gałąź
  u: Set as upstream of checked-out branch
  <esc>: Wróć do listy repozytoriów zdalnych
  g: Wyświetl opcje resetu
  <enter>: View commits

Remotes

  f: Fetch remote
  n: Add new remote
  d: Remove remote
  e: Edit remote

Scalanie

  e: Edytuj plik
  o: Otwórz plik
  <left>: Poprzedni konflikt
  <right>: Następny konflikt
  <up>: Wybierz poprzedni kawałek
  <down>: Wybierz następny kawałek
  z: Cofnij
  M: Open external merge tool (git mergetool)
  <space>: Wybierz kawałek
  b: Wybierz oba kawałki
  <esc>: Wróć do panelu plików

Schowek

  <space>: Zastosuj
  g: Wyciągnij
  d: Porzuć
  n: Nowa gałąź
  r: Rename stash
  <enter>: Przeglądaj pliki commita

Status

  o: Otwórz konfigurację
  e: Edytuj konfigurację
  u: Sprawdź aktualizacje
  <enter>: Switch to a recent repo
  a: Pokaż wszystkie logi gałęzi

Sub-commits

  <c-o>: Copy commit SHA to clipboard
  <space>: Checkout commit
  y: Copy commit attribute
  o: Open commit in browser
  n: Create new branch off of commit
  g: Wyświetl opcje resetu
  c: Kopiuj commit (przebieranie)
  C: Kopiuj zakres commitów (przebieranie)
  <c-r>: Reset cherry-picked (copied) commits selection
  <enter>: Przeglądaj pliki commita

Submodules

  <c-o>: Copy submodule name to clipboard
  <enter>: Enter submodule
  d: Remove submodule
  u: Update submodule
  n: Add new submodule
  e: Update submodule URL
  i: Initialize submodule
  b: View bulk submodule options

Tags

  <space>: Przełącz
  d: Delete tag
  P: Push tag
  n: Create tag
  g: Wyświetl opcje resetu
  <enter>: View commits

Zwykłe

  mouse wheel down: Przewiń w dół (fn+up)
  mouse wheel up: Przewiń w górę (fn+down)