Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BostX committed Mar 7, 2024
1 parent 14be1b4 commit bc7a500
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions notes/cli/git.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions notes/editors/emacs.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion notes/guix-guile-nix/guix.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -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 |#
Expand Down

0 comments on commit bc7a500

Please sign in to comment.