From bc7a500ebe07b5c98314fcf72faa15e561020a16 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Thu, 7 Mar 2024 15:09:54 +0100 Subject: [PATCH] notes --- notes/cli/git.scrbl | 5 +++-- notes/editors/emacs.scrbl | 5 +++++ notes/guix-guile-nix/guix.scrbl | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/notes/cli/git.scrbl b/notes/cli/git.scrbl index b310047..31da195 100644 --- a/notes/cli/git.scrbl +++ b/notes/cli/git.scrbl @@ -115,8 +115,9 @@ # --name-status option is a parameter for `git diff` and `git log`. # list modified files along with the type of modification: - # A: / M: / D: / R: / C: / U: - # The file was/is Added / Modified / Deleted / Renamed / Copied / Unmerged + # A: / M: / D: / R: / C: / U: / T: + # The file was/is: + # Added / Modified / Deleted / Renamed / Copied / Unmerged / Typechange # (After a merge conflict.) # list all files changed / touched in a particular commit diff --git a/notes/editors/emacs.scrbl b/notes/editors/emacs.scrbl index 9f72691..c412aa8 100644 --- a/notes/editors/emacs.scrbl +++ b/notes/editors/emacs.scrbl @@ -829,6 +829,11 @@ ;; M-x shell-command: top: capture top output from stdout ~M-! RET top -c -n -1 -b -w 200~ + | ~C-M-u~ | M-x backward-up-list | + | ~C-M-d~ | M-x down-list | + | ~SPC k 0~ | M-x evil-lisp-state-beginning-of-sexp | + | ~SPC k $~ | M-x evil-lisp-state-sp-end-of-sexp | + ;; M-x git-timemachine git: p prev / n next / w Copy abbreviated hash / W Copy full hash / g Goto nth rev / q Exit diff --git a/notes/guix-guile-nix/guix.scrbl b/notes/guix-guile-nix/guix.scrbl index cfe04dd..38d1df2 100644 --- a/notes/guix-guile-nix/guix.scrbl +++ b/notes/guix-guile-nix/guix.scrbl @@ -113,7 +113,7 @@ # https://guix.gnu.org/manual/devel/en/guix.html#Keyboard-Layout # https://guix.gnu.org/manual/devel/en/guix.html#Keyboard-Layout-1 # available keyboard layouts - cat /run/current-system/profile/share/keymaps + ls -la /run/current-system/profile/share/keymaps man loadkeys (use-modules (srfi srfi-19)#| date->string |#