Skip to content

Commit

Permalink
Correct wording of a comment in config.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
vharavy authored and logseq-cldwalker committed Nov 17, 2022
1 parent db39c4b commit 6eab0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
;; Setup custom shortcuts under `:shortcuts` key
;; Syntax:
;; 1. `+` means keys pressing simultaneously. eg: `ctrl+shift+a`
;; 2. ` ` empty space between keys represents key chords. eg: `t s` means press `s` follow by `t`
;; 2. ` ` empty space between keys represents key chords. eg: `t s` means press `t` followed by `s`
;; 3. `mod` means `Ctrl` for Windows/Linux and `Command` for Mac
;; 4. use `false` to disable particular shortcut
;; 4. you can define multiple bindings for one action, eg `["ctrl+j" "down"]`
Expand Down

0 comments on commit 6eab0d7

Please sign in to comment.