diff --git a/CHANGELOG.org b/CHANGELOG.org index 7f8ac2706603..68ae97eed1e0 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -796,7 +796,7 @@ - Defer =company-web= loading (ralesi) **** IBuffer -- New key bindings ~g r~ to update buffer, ~g j~ to move to next filter group +- New key bindings ~g r~ to update buffer, ~g j~ to move to next filter group and ~g k~ to move to previous filter group (thanks to donm) **** IPthon-notebook @@ -895,7 +895,7 @@ *** Improvements - Improve home buffer responsiveness, add centering for release notes and lists (thanks to deb0ch) -- Add keybindings to move buffers by window number with ~SPC b #~ where +- Add key bindings to move buffers by window number with ~SPC b #~ where ~#~ is a number between 0 and 9 (thanks to quicknir) - Add toggle to display time in modeline on ~SPC t m t~. Toggle of the modeline is now in ~SPC t m T~. (thanks to jupl) @@ -1181,7 +1181,7 @@ - Remove support for the value =all= for =dotspacemacs-configuration-layers= variable. To install all the packages supported by Spacemacs there is a new variable =dotspacemacs-install-packages=. -- Remove layer variable =colors-enable-rainbow-identifiers= in =colors= layer, +- Remove layer variable =colors-enable-rainbow-identifiers= in =colors= layer, You have to replace it by =colors-colorize-identifiers 'all=. - The =bépo= layer has been replaced by the new layer =keyboard-layout=, see the =README.org= of the layer for more info. @@ -1344,7 +1344,7 @@ is set to =origami=) (thanks to ralesi) - Add package =link-hint=: - ~SPC x o~ to use avy to select a link in the frame and open it - - ~SPC x O~ to use avy to select multiple links in the frame and open them + - ~SPC x O~ to use avy to select multiple links in the frame and open them (thanks to StreakyCobra) - Add package =uuidgen=: @@ -2259,7 +2259,7 @@ **** Old - Fabien Dubosson (StreakyCobra) -- Justin Burkett (thanks to justbur) +- Justin Burkett (thanks to justbur) * Release 0.105.x ** 0.105.22 (2016/08/19) @@ -3077,7 +3077,7 @@ Improve loading robustness: - New key binding ~SPC m x x~ to run =go run= for the current main package (thanks to sectorzero) - New key bindings for testing: - - ~SPC m t P~ to run =go test= for the current package and all packages under it | + - ~SPC m t P~ to run =go test= for the current package and all packages under it | - ~SPC m t t~ to run =go test= for the function you’re currently in and ~SPC m t s~ to run =go test= for the suite you’re currently in @@ -3265,7 +3265,7 @@ Improve loading robustness: **** Rust - New key binding ~SPC m c C~ to remove build artefacts with Cargo (thanks to SShrike) -- New key binding ~SPC m g g~ to jump to definition (thanks to isphinx) +- New key binding ~SPC m g g~ to jump to definition (thanks to isphinx) - Use =exec-path-from-shell-copy-env= to set =RUST_SRC_PATH= for Racer (thanks to mahinshaw) @@ -3325,7 +3325,7 @@ Improve loading robustness: - Enable new global minor mode =flycheck-pos-tip-mode= (thanks to StreakyCobra) - New key bindings ~SPC e s~ and ~SPC e S~ to select =flycheck= checker executable (thanks to nashamri) -- Fix escaping in buffer name regexp (thanks to lunaryorn) +- Fix escaping in buffer name regexp (thanks to lunaryorn) - Remove flycheck fringe’s bullet underlines (thanks to StreakyCobra) **** Themes-megapack @@ -4361,7 +4361,7 @@ Improve loading robustness: - New variable =osx-use-option-as-meta= allowing to enable or disable the mapping of =option= key to =meta= key. This is especially useful for some European keyboard layouts like Finish or Swedish (thanks to tko) -- Add ~⌘ +~ and ~⌘ -~ key bindings to scale text (thanks to JoshTGreenwood +- Add ~⌘ +~ and ~⌘ -~ key bindings to scale text (thanks to JoshTGreenwood and zimbatm) - Only update =dired-use-ls-dired= if =gls= was found on path (thanks to usharf) @@ -4568,7 +4568,7 @@ Improve loading robustness: automatically uninstalled). - Don’t use the minibuffer for =scroll= micro-state - Don’t close compilation buffer after success (thanks to TheBB) -- Make =trailing-whitespace= face more subtle (thanks to tuhdo) +- Make =trailing-whitespace= face more subtle (thanks to tuhdo) - Beautify whitespace highlighting (thanks to tuhdo) - Make inactive window face of mode-line compatible with more themes (thanks to tuhdo) @@ -4899,7 +4899,7 @@ Improve loading robustness: * Release 0.101.x ** Hot new features *** Choose your own editing style -Thanks to the new =holy-mode= Spacemacs can now be used by Vim users +Thanks to the new =holy-mode= Spacemacs can now be used by Vim users or Emacs users by setting the =dotspacemacs-editing-style= variable to ='vim= or ='emacs= in the dotfile. In =Emacs= style the leader is available on =M-m=. It is possible to dynamically switch between the @@ -4911,7 +4911,7 @@ A package is now considered to be used only if there is a corresponding There is now two new functions to initialize a given package: - =/pre-init-= which is called before the init function - =/post-init-= which is called after the init function - Even if a =pre= or =post= function exist for a given package, an =init= + Even if a =pre= or =post= function exist for a given package, an =init= function is still required to consider the package to be used. *** Auto-completion @@ -4964,7 +4964,7 @@ a batch of packages. - =dotspacemacs-verbose-loading= if non nil the loading prints logs in the =*Messages*= buffer. Default value is =nil=. - =dotspacemacs-startup-lists= is a list of symbols to display recent - items in the startup buffer, possible values are: =recents=, + items in the startup buffer, possible values are: =recents=, =bookmarks= and =projects= (thanks to CarlQLange) *** Auto-complete @@ -5044,7 +5044,7 @@ a batch of packages. - Add function =spacemacs/helm-projectile-search-dwim= which select the first available external search tool (pt, ag, ack or grep) (thanks to ralesi) -- Enable =helm-descbinds= globally (thanks to tuhdo) +- Enable =helm-descbinds= globally (thanks to tuhdo) - Add key bindings for useful Helm commands: =helm-info-at-point=, =helm-man-woman=, =helm-locate-library= and =helm-minibuffer-history= (thanks to tuhdo) @@ -5058,7 +5058,7 @@ a batch of packages. - rcirc: Create rcirc logging directory during init (thanks to jcpetkovich) - New ERC layer (thanks to swaroopch) -- Add ERC keybindings (thans to cpaulik) +- Add ERC key bindings (thans to cpaulik) - Move startup key bindings to prefix ~SPC a i~ *** Markdown diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index 632f5dd64ccf..685d7d167507 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -28,7 +28,7 @@ Thanks! :heart: :heart: :heart: - [[#file-header][File header]] - [[#author-of-a-new-layer][Author of a new layer]] - [[#contributor-to-an-existing-layer][Contributor to an existing layer]] - - [[#contributing-a-keybinding][Contributing a keybinding]] + - [[#contributing-a-key-binding][Contributing a key binding]] - [[#contributing-a-banner][Contributing a banner]] - [[#reviewing-pull-requests][Reviewing Pull Requests]] - [[#using-magit-to-quickly-test-prs][Using Magit to quickly test PRs]] @@ -205,10 +205,10 @@ name. If you are contributing to an already existing layer, you should not modify any header file. -** Contributing a keybinding -Keybindings are an important part of spacemacs. +** Contributing a key binding +Key bindings are an important part of spacemacs. -First if you want to have some personal keybindings, you can freely bind them +First if you want to have some personal key bindings, you can freely bind them inside the ~SPC o~ and ~SPC m o~ prefixes which are reserved for the user. This can be done from the =dotspacemacs/user-config= function of your =.spacemacs= file and don’t require any contribution to Spacemacs. @@ -217,9 +217,9 @@ If you think it worth contributing a new key bindings then be sure to read the [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.org][CONVENTIONS.org]] file to find the best key bindings, then create a PR with your changes. -*ALWAYS* document your new keybindings or keybindings changes inside the +*ALWAYS* document your new key bindings or key bindings changes inside the relevant documentation file. It should be the layer’s =README.org= file for -layer’s keybindings, or =DOCUMENTATION.org= for general Spacemacs key +layer’s key bindings, or =DOCUMENTATION.org= for general Spacemacs key bindings. ** Contributing a banner diff --git a/doc/BEGINNERS_TUTORIAL.org b/doc/BEGINNERS_TUTORIAL.org index 17cdd65ec79a..ba9dd247ef3b 100644 --- a/doc/BEGINNERS_TUTORIAL.org +++ b/doc/BEGINNERS_TUTORIAL.org @@ -4,7 +4,7 @@ - [[#why-spacemacs][Why Spacemacs?]] - [[#installation-and-setup][Installation and setup]] - [[#getting-started][Getting started]] - - [[#keybinding-notation][Keybinding notation]] + - [[#key-binding-notation][Key binding notation]] - [[#modal-text-editing---why-and-how][Modal text editing - why and how?]] - [[#start-the-vim-tutorial][Start the Vim tutorial]] - [[#using-the-spacebar-to-launch-commands][Using the spacebar to launch commands]] @@ -35,9 +35,9 @@ and then download the Spacemacs extension files, which is most easily done by using a program called Git. The steps are easy and detailed in the [[https://github.com/syl20bnr/spacemacs/blob/master/README.md#prerequisites][readme]]. * Getting started -** Keybinding notation -The power of Spacemacs lies in its efficient keybindings. Because it is built on -Emacs, we will use Emacs conventions for keybinding notation. The most important +** Key binding notation +The power of Spacemacs lies in its efficient key bindings. Because it is built on +Emacs, we will use Emacs conventions for key binding notation. The most important modifier keys are: ~SPC~ = ~Space~, used as the leader key in Vim editing style. @@ -249,7 +249,7 @@ more about the daemon and how to set it to launch automatically on startup. This is useful outside of Spacemacs as well! ** Troubleshooting and further info -~SPC ?~ shows you the keybindings in the current major mode, which is often +~SPC ?~ shows you the key bindings in the current major mode, which is often helpful. For troubleshooting, please refer to the [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/FAQ.org][FAQ]] by pressing ~SPC h f~. More help is found under ~SPC h~, and with ~SPC h ~SPC~ you can access the comprehensive Spacemacs documentation, including this tutorial and the layer diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 03d805d1a8a1..e47e1e1394c9 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -201,7 +201,7 @@ History navigation in shells or REPLs buffers should be bound as well to | Key | Description | |-------+----------------------------| | ~C-j~ | next item in history | -| ~C-k~ | previous item in history | +| ~C-k~ | previous item in history | | ~C-l~ | clear screen | | ~C-r~ | search backward in history | diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index b9fd3587bbe7..21623d5fa9af 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -842,7 +842,7 @@ Spacemacs has 10 states: *Note*: Technically speaking there is also the =operator= evil state. ** Evilified modes -Some buffers are not for editing text and provide their own keybindings for +Some buffers are not for editing text and provide their own key bindings for certain operations. These often conflict with Vim bindings. To make such buffers behave more like Vim in a consistent manner, they use a special state called /evilified/ state. In evilified state, a handful of keys work as in Evil, namely @@ -2069,29 +2069,29 @@ Spacemacs comes with a built-in port of [[https://github.com/tpope/vim-unimpaire This plugin provides several pairs of bracket maps using ~[~ to denote previous, and ~]~ as next. -| KeyBindings | Description | -|-------------+----------------------------------| -| ~[ SPC~ | Insert space above | -| ~] SPC~ | Insert space below | -| ~[ b~ | Go to previous buffer | -| ~] b~ | Go to next buffer | -| ~[ f~ | Go to previous file in directory | -| ~] f~ | Go to next file in directory | -| ~[ l~ | Go to the previous error | -| ~] l~ | Go to the next error | -| ~[ h~ | Go to the previous vcs hunk | -| ~] h~ | Go to the next vcs hunk | -| ~[ q~ | Go to the previous error | -| ~] q~ | Go to the next error | -| ~[ t~ | Go to the previous frame | -| ~] t~ | Go to the next frame | -| ~[ w~ | Go to the previous window | -| ~] w~ | Go to the next window | -| ~[ e~ | Move line up | -| ~] e~ | Move line down | -| ~[ p~ | Paste above current line | -| ~] p~ | Paste below current line | -| ~g p~ | Select pasted text | +| Key bindings | Description | +|--------------+----------------------------------| +| ~[ SPC~ | Insert space above | +| ~] SPC~ | Insert space below | +| ~[ b~ | Go to previous buffer | +| ~] b~ | Go to next buffer | +| ~[ f~ | Go to previous file in directory | +| ~] f~ | Go to next file in directory | +| ~[ l~ | Go to the previous error | +| ~] l~ | Go to the next error | +| ~[ h~ | Go to the previous vcs hunk | +| ~] h~ | Go to the next vcs hunk | +| ~[ q~ | Go to the previous error | +| ~] q~ | Go to the next error | +| ~[ t~ | Go to the previous frame | +| ~] t~ | Go to the next frame | +| ~[ w~ | Go to the previous window | +| ~] w~ | Go to the next window | +| ~[ e~ | Move line up | +| ~] e~ | Move line down | +| ~[ p~ | Paste above current line | +| ~] p~ | Paste below current line | +| ~g p~ | Select pasted text | *** Jumping, Joining and Splitting The ~SPC j~ prefix is for jumping, joining and splitting. @@ -2418,7 +2418,7 @@ navigate between =Emacs= and Spacemacs specific files. | ~SPC f e v~ | display and copy the spacemacs version | **** Browsing files in completion buffer -In =vim= style and =hybrid= style with the variable +In =vim= style and =hybrid= style with the variable =hybrid-mode-enable-hjkl-bindings= set to =t=, you can navigation with ~hjkl~. | Key Binding | Description | @@ -2963,7 +2963,7 @@ argument (i.e. ~10 SPC n +~ will add 10 to the number under point). Spell checking is enabled by including the [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bcheckers/spell-checking/README.org][spell checking]] layer in your dotfile. -Keybindings are listed in the layer documentation. +Key bindings are listed in the layer documentation. *** Region selection Vi =Visual= modes are all supported by =evil=. @@ -3142,7 +3142,7 @@ The key bindings start with ~SPC x r~ and have the following mnemonic structure: | ~SPC x r /~ | Explain the regexp around point with =rx= | | ~SPC x r '​~ | Generate strings given by a regexp given this list is finite | | ~SPC x r t~ | Replace regexp around point by the =rx= form or vice versa | -| ~SPC x r x~ | Convert regexp around point in =rx= form and display the result in the minibuffer | +| ~SPC x r x~ | Convert regexp around point in =rx= form and display the result in the minibuffer | | ~SPC x r c~ | Convert regexp around point to the other form and display the result in the minibuffer | | ~SPC x r e /~ | Explain Emacs Lisp regexp | | ~SPC x r e '​~ | Generate strings from Emacs Lisp regexp | @@ -3418,15 +3418,15 @@ variable =dotspacemacs-persistent-server= to =t= in your =~/.spacemacs=. When this variable is set to =t=, the only way to quit Emacs /and/ kill the server is to use the following bindings: -| Keybinding | Description | -|------------+--------------------------------------------------------------------------| -| ~SPC q q~ | Quit Emacs and kill the server, prompt for changed buffers to save | -| ~SPC q Q~ | Quit Emacs and kill the server, lose all unsaved changes. | -| ~SPC q r~ | Restart both Emacs and the server, prompting to save any changed buffers | -| ~SPC q s~ | Save the buffers, quit Emacs and kill the server | -| ~SPC q f~ | Kill the current frame | -| ~SPC q t~ | Restart Emacs and debug with --with-timed-requires | -| ~SPC q T~ | Restart Emacs and debug with --adv-timers | +| Key binding | Description | +|-------------+--------------------------------------------------------------------------| +| ~SPC q q~ | Quit Emacs and kill the server, prompt for changed buffers to save | +| ~SPC q Q~ | Quit Emacs and kill the server, lose all unsaved changes. | +| ~SPC q r~ | Restart both Emacs and the server, prompting to save any changed buffers | +| ~SPC q s~ | Save the buffers, quit Emacs and kill the server | +| ~SPC q f~ | Kill the current frame | +| ~SPC q t~ | Restart Emacs and debug with --with-timed-requires | +| ~SPC q T~ | Restart Emacs and debug with --adv-timers | ** Disabling the Emacs server You can disable the built-in server by setting the variable diff --git a/doc/LAYERS.org b/doc/LAYERS.org index 983b30c1ae86..542de90bd4d8 100644 --- a/doc/LAYERS.org +++ b/doc/LAYERS.org @@ -545,7 +545,7 @@ In =:config= should be - Anything that takes a long time to run, which would ruin startup performance. The =:init= block should contain setup for the entry points to the package. This -includes keybindings, if the package should be loaded manually by the user, or +includes key bindings, if the package should be loaded manually by the user, or hooks, if the package should be loaded upon some event. It is not unusual to have both! diff --git a/doc/VIMUSERS.org b/doc/VIMUSERS.org index 256381f90e1d..7aaf24332cc2 100644 --- a/doc/VIMUSERS.org +++ b/doc/VIMUSERS.org @@ -8,7 +8,7 @@ - [[#modes-vs-states][Modes vs. States]] - [[#layers][Layers]] - [[#transient-states][Transient-states]] - - [[#keybinding-conventions][Keybinding conventions]] + - [[#key-binding-conventions][Key binding conventions]] - [[#running-commands][Running commands]] - [[#buffer-and-window-management][Buffer and window management]] - [[#buffers][Buffers]] @@ -21,7 +21,7 @@ - [[#the-spacemacs-file][The .spacemacs file]] - [[#emacs-lisp][Emacs Lisp]] - [[#variables][Variables]] - - [[#keybindings][Keybindings]] + - [[#key-bindings][Key bindings]] - [[#functions][Functions]] - [[#activating-a-layer][Activating a Layer]] - [[#creating-a-layer][Creating a Layer]] @@ -85,7 +85,7 @@ More information on layers can be found in the [[#customization][customization]] *** Transient-states Spacemacs provides a special functionality called transient-states. Transient-states allow similar commands to be run in succession without repeatedly pressing the -~~ key. Transient-states are usually triggered by using a keybinding with the +~~ key. Transient-states are usually triggered by using a key binding with the following pattern: ~ .~ where group is the category the transient-state falls under. When in a transient-state you will see documentation at the bottom of your window. To exit a transient-state press ~q~. @@ -94,14 +94,14 @@ bottom of your window. To exit a transient-state press ~q~. [[file:img/spacemacs-scale-transient-state.png]] -** Keybinding conventions +** Key binding conventions Spacemacs uses ~SPC~ as its ~~ key. This document will use ~SPC~ to refer to -the ~~ key. All keybindings are mnemonic and are organized under the -~~ key. For example, the keybindings for language-specific commands are +the ~~ key. All key bindings are mnemonic and are organized under the +~~ key. For example, the key bindings for language-specific commands are always under the ~SPC m~ prefix. A full list of conventions used in Spacemacs is -[[https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.org][here]]. Note that all keybindings can be changed. +[[https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.org][here]]. Note that all key bindings can be changed. -Spacemacs uses [[https://github.com/justbur/emacs-which-key][which-key]] to show available keybindings after a delay: +Spacemacs uses [[https://github.com/justbur/emacs-which-key][which-key]] to show available key bindings after a delay: #+CAPTION: Which-key window @@ -117,10 +117,10 @@ commands using ~SPC SPC~. ** Buffer and window management *** Buffers -Buffers in Emacs and vim are essentially the same. The keybindings for buffers +Buffers in Emacs and vim are essentially the same. The key bindings for buffers are located under the ~SPC b~ prefix. -| Keybinding | Function | +| Key binding | Function | |---------------------------+------------------------------------------------------| | ~SPC b b ~ | Create a buffer named ==. | | ~SPC b b~ | Search through open buffers and recent files. | @@ -138,9 +138,9 @@ key bindings. More information can be found [[https://github.com/syl20bnr/spacem *** Windows Windows are like splits in vim. They are useful for editing multiple files at -once. All window keybindings are under the ~SPC w~ prefix. +once. All window key bindings are under the ~SPC w~ prefix. -| Keybinding | Function | +| Key binding | Function | |------------------------+--------------------------------------| | ~SPC w v~ or ~:vsplit~ | Opens a vertical split on the right. | | ~SPC w s~ or ~:split~ | Opens a horizontal split below. | @@ -151,7 +151,7 @@ once. All window keybindings are under the ~SPC w~ prefix. ** Files All file commands in Spacemacs are available under the ~SPC f~ prefix. -| Keybinding | Function | +| Key binding | Function | |-------------------+--------------------------------------------------------------| | ~SPC f f~ | Opens a buffer to search for files in the current directory. | | ~SPC f r~ | Opens a buffer to search through recently opened files. | @@ -160,15 +160,15 @@ All file commands in Spacemacs are available under the ~SPC f~ prefix. | ~:e ~ | Open == | ** The Help System -Emacs has an extensive help system. All keybindings under the ~SPC h d~ prefix +Emacs has an extensive help system. All key bindings under the ~SPC h d~ prefix allow convenient access to the help system. The most important of these keybindings are ~SPC h d f~, ~SPC h d k~, and ~SPC h d v~. There is also the -~SPC ~ keybinding which allows you to search for documentation. +~SPC ~ key binding which allows you to search for documentation. -| Keybinding | Function | +| Key binding | Function | |-------------+----------------------------------------------------------------------------------| | ~SPC h d f~ | Prompts for a function and shows its documentation. | -| ~SPC h d k~ | Prompts for a keybinding and shows what it is bound to. | +| ~SPC h d k~ | Prompts for a key binding and shows what it is bound to. | | ~SPC h d v~ | Prompts for a variable and shows its documentation and current value. | | ~SPC ~ | Searches for a command, function, variable, or face and shows its documentation. | @@ -178,10 +178,10 @@ functions are the first thing you should refer to. ** Exploring There are a few ways to explore the functionality of Spacemacs. One is to read the [[https://github.com/syl20bnr/spacemacs][source code]] on Github. You can begin to feel your way around Emacs Lisp and -how Spacemacs works this way. You can also use the following keybindings to +how Spacemacs works this way. You can also use the following key bindings to explore: -| Keybinding | Function | +| Key binding | Function | |-------------+---------------------------------------------------------------| | ~SPC h SPC~ | Lists all layers and allows you to view files from the layer. | | ~SPC ?~ | Lists all keybindings. | @@ -203,7 +203,7 @@ The =dotspacemacs/user-init= function is also run before anything else and contains user specific configuration. The =dotspacemacs/user-config= function is the one you will use the most. This is where you define any user configuration. -| Keybinding | Function | +| Key binding | Function | |-------------+--------------------------------------------------------------------------| | ~SPC f e d~ | Open your =.spacemacs= | | ~SPC f e D~ | Update your =.spacemacs= manually using a diff with the default template | @@ -226,8 +226,8 @@ The syntax is simple: variable3 '("A" "list" "of" "things")) #+END_SRC -*** Keybindings -Defining keybindings is something that almost everyone will want to do. The +*** Key bindings +Defining key bindings is something that almost everyone will want to do. The built-in =define-key= function is the best way to do that. #+BEGIN_SRC emacs-lisp @@ -240,9 +240,9 @@ built-in =define-key= function is the best way to do that. The map is the keymap you want to bind the key in. Most of the time you will use =evil--state-map=. These correspond to different =evil-mode= states. -For example, using =evil-insert-state-map= maps the keybinding in insert mode. +For example, using =evil-insert-state-map= maps the key binding in insert mode. -To map ~~ keybindings, use the =spacemacs/set-leader-keys= function. +To map ~~ key bindings, use the =spacemacs/set-leader-keys= function. #+BEGIN_SRC emacs-lisp (spacemacs/set-leader-keys key function) ; Syntax @@ -421,7 +421,7 @@ the =dotspacemacs/user-config= function in your =.spacemacs= unless otherwise no *** Changing the escape key Spacemacs uses [[https://github.com/syl20bnr/evil-escape][evil-escape]] to -allow escaping from many =major-modes= with one keybinding. You can customize +allow escaping from many =major-modes= with one key binding. You can customize the variable in your =dotspacemacs/user-config= like this: #+BEGIN_SRC emacs-lisp @@ -436,7 +436,7 @@ More documentation is found in the =evil-escape= [[https://github.com/syl20bnr/e *** Changing the colorscheme The =.spacemacs= file contains the =dotspacemacs-themes= variable in the =dotspacemacs/init= function. This is a list of themes that can be cycled -through with the ~SPC T n~ keybinding. The first theme in the list is the one +through with the ~SPC T n~ key binding. The first theme in the list is the one that is loaded at startup. Here is an example: #+BEGIN_SRC emacs-lisp @@ -479,7 +479,7 @@ your =.spacemacs=: - [[https://www.gnu.org/software/emacs/manual/emacs.html][Emacs Manual]] - [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org][Spacemacs Documentation]] - [[http://ian.mccowan.space/2015/04/07/Spacemacs/][Spacemacs: A Vimmer’s Emacs Prerequisites]] - - Note: The article refers to ~SPC b s~ as the keybinding to switch buffers. + - Note: The article refers to ~SPC b s~ as the key binding to switch buffers. It is ~SPC b b~ - [[http://thume.ca/howto/2015/03/07/configuring-spacemacs-a-tutorial/][Configuring Spacemacs: A Tutorial]] - [[http://juanjoalvarez.net/es/detail/2014/sep/19/vim-emacsevil-chaotic-migration-guide/][From Vim to Emacs+Evil chaotic migration guide]] diff --git a/layers/+chat/erc/README.org b/layers/+chat/erc/README.org index c015252c0cf7..ee44ea80535a 100644 --- a/layers/+chat/erc/README.org +++ b/layers/+chat/erc/README.org @@ -108,7 +108,7 @@ read that in =:password=. | ~SPC a i D~ | Start ERC with default servers | | ~SPC m b~ | Switch between ERC buffers | | ~SPC m d~ | Interactively input a user action and send it to IRC. | -| ~SPC m D~ | Draw Social Graph using [[https://github.com/vibhavp/erc-social-graph][erc-social-graph]] | +| ~SPC m D~ | Draw Social Graph using [[https://github.com/vibhavp/erc-social-graph][erc-social-graph]] | | ~SPC m j~ | Join a channel, executes the /join command | | ~SPC m n~ | Run “/names #channel” in the current channel. | | ~SPC m l~ | Run the /list command | @@ -116,7 +116,7 @@ read that in =:password=. | ~SPC m q~ | Quit server | *Note:* If you want to connect securely to an IRC server, you must run =erc-tls= - command on ~SPC a i E~ instead of the =erc= command. + command on ~SPC a i E~ instead of the =erc= command. * Spacemacs Layout Support ERC buffers are added automatically to the default layout for ERC controlled by diff --git a/layers/+chat/slack/README.org b/layers/+chat/slack/README.org index e3a7d09537a8..888a76305b4d 100644 --- a/layers/+chat/slack/README.org +++ b/layers/+chat/slack/README.org @@ -12,7 +12,7 @@ * Description This layer provides an interface to the Slack chat service via the emacs-slack -package. Where possible, this layer aims to reuse keybindings from the IRC +package. Where possible, this layer aims to reuse key bindings from the IRC packages in Spacemacs. ** Features: diff --git a/layers/+completion/auto-completion/README.org b/layers/+completion/auto-completion/README.org index 0c7f236df057..409f255f1874 100644 --- a/layers/+completion/auto-completion/README.org +++ b/layers/+completion/auto-completion/README.org @@ -59,7 +59,7 @@ layer variables: to wait for the auto-completion key sequence to be entered. The default value is 0.1 seconds. 5. =auto-completion-idle-delay= is the number of seconds to wait before suggesting - completions. The default value is 0.2 seconds. Set to =nil= to disable + completions. The default value is 0.2 seconds. Set to =nil= to disable automatic suggestions (the ~TAB~ key will still perform completion). The default configuration of the layer is: diff --git a/layers/+distributions/spacemacs-bootstrap/README.org b/layers/+distributions/spacemacs-bootstrap/README.org index 03811f82080e..d525fd8ee8c4 100644 --- a/layers/+distributions/spacemacs-bootstrap/README.org +++ b/layers/+distributions/spacemacs-bootstrap/README.org @@ -13,7 +13,7 @@ This layer loads the necessary packages for spacemacs to start-up. - Loads the official Spacemacs theme - Loads =use-package= which is used to load other packages more easily - Loads =hydra= which is used to create transient modes -- Loads =which-key= which is used to show keybindings in other modes +- Loads =which-key= which is used to show key bindings in other modes - Loads =async= which is used to run background processes - Loads =bind-map= and =bind-key= which are used to realise various - spacemacs specific keybinding commands + spacemacs specific key binding commands diff --git a/layers/+distributions/spacemacs-docker/deps-install/README.org b/layers/+distributions/spacemacs-docker/deps-install/README.org index 79557b4d7011..2bbb3c3c66e4 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/README.org @@ -30,7 +30,7 @@ When .spacemacs file contains one of supported layers and its installation isn’t disabled, it will be used to satisfy the layer’s requirements, taking into account its configurations. For example, [[https://github.com/alecthomas/gometalinter][gometalinter]] will be installed only if the variable =go-use-gometalinter= is =t=. -Set =-spacemacs-docker-disable-deps-install= to =t= +Set =-spacemacs-docker-disable-deps-install= to =t= if you want to disable dependency installation for the == layer. Example: diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org index 02d57fdbf200..f0370d1e38c3 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org @@ -6,7 +6,7 @@ - [[#list-of-installed-software][List of installed software:]] * Description -Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bcheckers/spell-checking/README.org][spell-checking layer.]] +Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bcheckers/spell-checking/README.org][spell-checking layer.]] ** Features: - ispell support for Docker diff --git a/layers/+emacs/org/README.org b/layers/+emacs/org/README.org index 77e44ba18502..fd69c40cd6c3 100644 --- a/layers/+emacs/org/README.org +++ b/layers/+emacs/org/README.org @@ -35,7 +35,7 @@ - [[#navigating-in-calendar][Navigating in calendar]] - [[#capture-buffers-and-src-blocks][Capture buffers and src blocks]] - [[#org-agenda][Org agenda]] - - [[#keybindings][Keybindings]] + - [[#key-bindings-1][Key bindings]] - [[#org-agenda-transient-state][Org agenda transient state]] - [[#pomodoro][Pomodoro]] - [[#presentation][Presentation]] @@ -511,7 +511,7 @@ are also available. *** Org Babel Transient State Use ~SPC m b .~ to enter a transient state for quick source block navigation and -execution. During that state, the following bindings are active: +execution. During that state, the following bindings are active: | Key Binding | Description | |-------------+-------------------------------| @@ -561,7 +561,7 @@ conventions. | ~SPC m r~ | org-capture-refile in org-capture-mode | ** Org agenda -*** Keybindings +*** Key bindings The evilified org agenda supports the following bindings: | Key Binding | Description | @@ -594,7 +594,7 @@ The transient state aims to list the most useful org agenda commands and visually organize them by category. The commands associated with each binding are listed bellow. -| Keybinding | Description | Command | +| Key binding | Description | Command | |-------------+---------------------+-----------------------------------| | Entry | | | |-------------+---------------------+-----------------------------------| diff --git a/layers/+emacs/typography/README.org b/layers/+emacs/typography/README.org index 3c2e839a754e..66a8258b1724 100644 --- a/layers/+emacs/typography/README.org +++ b/layers/+emacs/typography/README.org @@ -23,7 +23,7 @@ To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =typography= to the existing =dotspacemacs-configuration-layers= list in this file. -Typographic editing however is disabled by default. To enable it by default set +Typographic editing however is disabled by default. To enable it by default set =typography-enable-typographic-editing= to =t=: #+BEGIN_SRC emacs-lisp @@ -42,7 +42,7 @@ and automatic insertion and cycling among of typographic quotes and dashes. | ~SPC t ~~ | Toggle Tildify Mode (automatic insertion of non-breaking spaces) | | ~SPC x ~~ | Insert non-breaking spaces in the current region | -The following keybindings are available in insert state. +The following key bindings are available in insert state. ** Typo Mode diff --git a/layers/+email/gnus/README.org b/layers/+email/gnus/README.org index 3b513937d78a..debe0ddac0cb 100644 --- a/layers/+email/gnus/README.org +++ b/layers/+email/gnus/README.org @@ -10,7 +10,7 @@ - [[#adding-news-sources][Adding news sources]] - [[#configuring-gmail][Configuring gmail]] - [[#org-mime-in-org-layer][Org MIME in Org layer]] -- [[#keybindings][Keybindings]] +- [[#key-bindings][Key bindings]] * Description This layer integrates a general purpose email/newsgroup client into Spacemacs. @@ -48,7 +48,7 @@ following: )) #+END_SRC -For adding RSS Feeds please see the [[#keybindings][keybindings section]]. +For adding RSS Feeds please see the [[#key-bindings][key bindings section]]. * Configuring gmail To configure Gnus with gmail support you can add the following to your @@ -100,14 +100,14 @@ password]]. It is possible to send beautiful HTML emails using org mode. Pressing ~SPC m e m~ in a message buffer will convert the current message -from org mode to html. An org mode buffer can be sent via html email by pressing +from org mode to html. An org mode buffer can be sent via html email by pressing ~SPC m e m~ in any org mode buffer. -* Keybindings +* Key bindings Gnus has very modal default keybindings. Please see the [[http://www.gnus.org/manual.html][manual]] for a complete list. -Basic and Spacemacs specific keybindings can be found in the following table. +Basic and Spacemacs specific key bindings can be found in the following table. | Key Binding | Gnus mode - Description | |-------------+-----------------------------------------------------| diff --git a/layers/+email/mu4e/README.org b/layers/+email/mu4e/README.org index 577b7fdfcfa8..1de4f7313b30 100644 --- a/layers/+email/mu4e/README.org +++ b/layers/+email/mu4e/README.org @@ -59,7 +59,7 @@ existing =dotspacemacs-configuration-layers= list in this file. * Commands ** Global bindings -| Keybinding | Command | +| Key binding | Command | |------------------------+---------------------------------| | ~SPC a M~ | Start mu4e | | ~SPC m S~ or ~SPC m /~ | Search emails (requires helm) | @@ -68,23 +68,23 @@ existing =dotspacemacs-configuration-layers= list in this file. ** Headers mode -| Keybinding | Command | -|------------+-------------------------------------------------------------| -| ~J~ | Go to next unread thread marking other mail read on the way | -| ~C-j~ | Next header | -| ~C-k~ | Previous header | +| Key binding | Command | +|-------------+-------------------------------------------------------------| +| ~J~ | Go to next unread thread marking other mail read on the way | +| ~C-j~ | Next header | +| ~C-k~ | Previous header | ** View mode -| Keybinding | Command | -|------------+-------------------------------------------------------------| -| ~J~ | Go to next unread thread marking other mail read on the way | -| ~C-j~ | Next header | -| ~C-k~ | Previous header | +| Key binding | Command | +|-------------+-------------------------------------------------------------| +| ~J~ | Go to next unread thread marking other mail read on the way | +| ~C-j~ | Next header | +| ~C-k~ | Previous header | * Configuration -Configuration varies too much to give precise instructions. What follows is one -example configuration. Refer to mu4e’s manual for more detailed configuration +Configuration varies too much to give precise instructions. What follows is one +example configuration. Refer to mu4e’s manual for more detailed configuration instructions. ** Maildirs extension diff --git a/layers/+email/notmuch/README.org b/layers/+email/notmuch/README.org index e7a99891c943..1a6bd5d3b3c9 100644 --- a/layers/+email/notmuch/README.org +++ b/layers/+email/notmuch/README.org @@ -92,7 +92,7 @@ Refer to the official notmuch website for more information: * Key bindings ** Global bindings -| Keybinding | Command | +| Key binding | Command | |-------------+----------------------------------------------| | ~SPC a N N~ | Start notmuch | | ~SPC a N n~ | Start helm notmuch | @@ -102,7 +102,7 @@ Refer to the official notmuch website for more information: ** Show mode -| Keybinding | Command | +| Key binding | Command | |-----------------+--------------------------------------------------------------------------------| | ~SPC m a~ | [ATTACHMENTS] Save all attachments | |-----------------+--------------------------------------------------------------------------------| @@ -130,56 +130,56 @@ Refer to the official notmuch website for more information: ** Evilified key bindings *** Hello mode -| Keybinding | Command | -|------------+-----------------------------| -| ~J~ | Jump to a saved search | -| ~s~ | Show threads matching QUERY | +| Key binding | Command | +|-------------+-----------------------------| +| ~J~ | Jump to a saved search | +| ~s~ | Show threads matching QUERY | *** Search mode -| Keybinding | Command | -|------------+---------------------------| -| ~J~ | Jump to saved search | -| ~*~ | [Thread] Add/Remove tags | -| ~+~ | [Message] Add tags | -| ~-~ | [Message] Remove tags | -| ~a~ | [Message] Archive | +| Key binding | Command | +|-------------+--------------------------| +| ~J~ | Jump to saved search | +| ~*~ | [Thread] Add/Remove tags | +| ~+~ | [Message] Add tags | +| ~-~ | [Message] Remove tags | +| ~a~ | [Message] Archive | *** Show mode -| Keybinding | Description | -|------------+----------------------------| -| ~o~ | Open all messages | -| ~O~ | Close all messages | -| ~n~ | Show next open message | -| ~N~ | Show next message | -| ~p~ | Show previous open message | -| ~P~ | Show previous message | -| ~C-n~ | Show next thread | -| ~C-p~ | Show previous thread | -| ~d~ | Delete messages down | -| ~D~ | Delete messages up | -| ~J~ | Jump search | -| ~L~ | Filter current search | -| ~gf~ | Find file or URL at point | -| ~gg~ | Jump to top | -| ~G~ | Jump to bottom | -| ~gr~ | Refresh buffer | -| ~gR~ | Refresh all buffers | -| ~m~ | Compose mail | +| Key binding | Description | +|-------------+----------------------------| +| ~o~ | Open all messages | +| ~O~ | Close all messages | +| ~n~ | Show next open message | +| ~N~ | Show next message | +| ~p~ | Show previous open message | +| ~P~ | Show previous message | +| ~C-n~ | Show next thread | +| ~C-p~ | Show previous thread | +| ~d~ | Delete messages down | +| ~D~ | Delete messages up | +| ~J~ | Jump search | +| ~L~ | Filter current search | +| ~gf~ | Find file or URL at point | +| ~gg~ | Jump to top | +| ~G~ | Jump to bottom | +| ~gr~ | Refresh buffer | +| ~gR~ | Refresh all buffers | +| ~m~ | Compose mail | *** Tree mode -| Keybinding | Command | -|------------+---------------------------| -| ~*~ | [Thread] Add/Remove tags | -| ~+~ | [Message] Add tags | -| ~-~ | [Message] Remove tags | -| ~a~ | [Message] Archive | +| Key binding | Command | +|-------------+--------------------------| +| ~*~ | [Thread] Add/Remove tags | +| ~+~ | [Message] Add tags | +| ~-~ | [Message] Remove tags | +| ~a~ | [Message] Archive | * Spacemacs layout integration This layer defines a [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#layouts-and-workspaces][Spacemacs custom layout]] and automatically adds notmuch -buffers to this layout. The name and the key binding for the layout can be +buffers to this layout. The name and the key binding for the layout can be customized with the following layer variables: - =notmuch-spacemacs-layout-name= for the layout name, - =notmuch-spacemacs-layout-binding= for the key binding. diff --git a/layers/+filetree/neotree/README.org b/layers/+filetree/neotree/README.org index 68ceecfb8b80..040ee3bcd86f 100644 --- a/layers/+filetree/neotree/README.org +++ b/layers/+filetree/neotree/README.org @@ -20,7 +20,7 @@ This layer setups a file tree navigator buffer using Neotree. ** Features: -- intuitive evil key-bindings integration +- intuitive evil key bindings integration - supports multiple themes - transient state by pressing on ~?~ - version-control integration @@ -32,7 +32,7 @@ file. * Configuration ** NeoTree Theme -You can change the NeoTree theme by using the setting =neo-theme=. Possible +You can change the NeoTree theme by using the setting =neo-theme=. Possible values are: | Setting | Description | @@ -45,7 +45,7 @@ values are: The default is =classic=. -Use =nerd= if you want it to look most like NERDTree in VIM. For example: +Use =nerd= if you want it to look most like NERDTree in VIM. For example: #+BEGIN_SRC emacs-lisp (setq neo-theme 'nerd) @@ -69,7 +69,7 @@ For example, #+END_SRC *Note*: At this time, it is not recommended to set this to anything other -than =nil=. Otherwise, it will become very slow with larger source trees. +than =nil=. Otherwise, it will become very slow with larger source trees. See [[https://github.com/jaypei/emacs-neotree/issues/126]] for more information. * Usage diff --git a/layers/+frameworks/phoenix/README.org b/layers/+frameworks/phoenix/README.org index 9ef247e74285..ffdf83b461ca 100644 --- a/layers/+frameworks/phoenix/README.org +++ b/layers/+frameworks/phoenix/README.org @@ -9,7 +9,7 @@ - [[#key-bindings][Key bindings]] * Description -This layer adds keybindings for [[https://github.com/tonini/alchemist.el][Alchemist]]’s already built in phoenix mode. +This layer adds key bindings for [[https://github.com/tonini/alchemist.el][Alchemist]]’s already built in phoenix mode. ** Features: - Key bindings for navigation to files diff --git a/layers/+intl/chinese/README.org b/layers/+intl/chinese/README.org index a6fd8f231a51..70ad2b7210a8 100644 --- a/layers/+intl/chinese/README.org +++ b/layers/+intl/chinese/README.org @@ -69,7 +69,7 @@ By default, =opencc= will be used as the backend, set to use =cconv= as the backend. -There is no default keybinding for the conversions. Run +There is no default key binding for the conversions. Run =M-x chinese-conv= diff --git a/layers/+lang/autohotkey/README.org b/layers/+lang/autohotkey/README.org index 4a14339915d1..154a99c8164a 100644 --- a/layers/+lang/autohotkey/README.org +++ b/layers/+lang/autohotkey/README.org @@ -13,7 +13,7 @@ Syntax highlighting and Emacs functions for use with [[https://autohotkey.com/][ [[http://ahkscript.org][AutoHotkey_L]]. Using a combined implementation of ahk-mode from Xah Lee’s =xahk-mode= -and Robert Widhopf-Fenk’s =autohotkey-mode=. Updated with the latest +and Robert Widhopf-Fenk’s =autohotkey-mode=. Updated with the latest ahk and ahk_l commands found in the latest revision of [[http://fincs.ahk4.net/scite4ahk/][SciTE4AutoHotkey]]. diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index b9c6c7f2ced7..d59b71b0aa09 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -309,7 +309,7 @@ As this state works the same for all files, the documentation is in global | ~SPC m d e~ | display last stacktrace | | ~SPC m d E~ | one time display of value at cursor | | ~SPC m d f~ | query form at point | -| ~SPC m d h~ | show sayid help (keybindings may not be accurate) | +| ~SPC m d h~ | show sayid help (key bindings may not be accurate) | | ~SPC m d i~ | inspect expression at point | | ~SPC m d r~ | reload namespaces | | ~SPC m d s~ | show what is currently traced | @@ -383,11 +383,11 @@ As this state works the same for all files, the documentation is in global *** Reformatting -| Key Binding | Description | -|---------------------------+-------------------------| -| ~SPC m f b~ or ~SPC m =~ | reformat current buffer | -| ~SPC m f l~ | realign current form | -| | | +| Key Binding | Description | +|--------------------------+-------------------------| +| ~SPC m f b~ or ~SPC m =~ | reformat current buffer | +| ~SPC m f l~ | realign current form | +| | | *** Profiling @@ -475,25 +475,25 @@ In general, ~q~ should always quit the popped up buffer. | ~P~ | pretty print value | | ~C~ | clear workspace trace log | | ~e~ | generate instance expression and put in kill ring | -| ~H~ | display help (keybindings may not be accurate) | +| ~H~ | display help (key bindings may not be accurate) | | ~w~ | show full workspace trace | | ~C-s v~ | toggle view | | ~C-s V~ | set view | *** sayid-traced-mode -| Key Binding | Description | -|-------------+------------------------------------------------| -| ~backspace~ | go back to trace overview | -| ~enter~ | drill into ns at point | -| ~e~ | enable trace | -| ~E~ | enable all traces | -| ~d~ | disable trace | -| ~D~ | disable all traces | -| ~h~ | display help (keybindings may not be accurate) | -| ~i~ | apply inner trace to function at point | -| ~o~ | apply outer trace to function at point | -| ~r~ | remove trace at point | +| Key Binding | Description | +|-------------+-------------------------------------------------| +| ~backspace~ | go back to trace overview | +| ~enter~ | drill into ns at point | +| ~e~ | enable trace | +| ~E~ | enable all traces | +| ~d~ | disable trace | +| ~D~ | disable all traces | +| ~h~ | display help (key bindings may not be accurate) | +| ~i~ | apply inner trace to function at point | +| ~o~ | apply outer trace to function at point | +| ~r~ | remove trace at point | *** sayid-pprint diff --git a/layers/+lang/coq/README.org b/layers/+lang/coq/README.org index d45375826a79..9b52d12668ef 100644 --- a/layers/+lang/coq/README.org +++ b/layers/+lang/coq/README.org @@ -123,5 +123,5 @@ The mnemonic for =a= is “ask”. Note the last two are regular =company-coq= bindings, left alone since they are most useful in insert mode. The full =company-coq= tutorial showcasing all -available =company-coq= keybindings can be accessed at any time using =SPC SPC +available =company-coq= key bindings can be accessed at any time using =SPC SPC company-coq-tutorial=. diff --git a/layers/+lang/elixir/README.org b/layers/+lang/elixir/README.org index e21a0b01d30d..87e54d982a23 100644 --- a/layers/+lang/elixir/README.org +++ b/layers/+lang/elixir/README.org @@ -125,7 +125,7 @@ Remember that you can verify the flycheck checkers status with ~SPC e v~. * Key bindings ** Refcard -You find and overview of all the key-bindings on the [[https://github.com/tonini/alchemist.el/blob/master/doc/alchemist-refcard.pdf][Alchemist-Refcard]]. +You find and overview of all the key bindings on the [[https://github.com/tonini/alchemist.el/blob/master/doc/alchemist-refcard.pdf][Alchemist-Refcard]]. ** Help diff --git a/layers/+lang/factor/README.org b/layers/+lang/factor/README.org index d5921c0c7790..e9c239c407bf 100644 --- a/layers/+lang/factor/README.org +++ b/layers/+lang/factor/README.org @@ -22,11 +22,11 @@ A spacemacs layer for Factor language support. - Refactoring support * Install -This layer depends on the elisp files that are bundled with factor. To use this +This layer depends on the elisp files that are bundled with factor. To use this layer, make sure that factor is installed and the bundled elisp files are picked up by emacs (usually somewhere in site-lisp). -To use this layer, add it to your =./spacemacs= file. Add =factor= to the +To use this layer, add it to your =./spacemacs= file. Add =factor= to the =dotspacemacs-configuration-layers= list there. * Key Bindings @@ -79,7 +79,7 @@ To use this layer, add it to your =./spacemacs= file. Add =factor= to the * Snippets This layer provides a yasnippet for colon definitions, which can be expanded -after typing a single ~:~. Note that you might have +after typing a single ~:~. Note that you might have to set =yas-triggers-in-field= to nil if you use =x= for stack effect -declaration elements a lot, as this will trigger a builtin snippet from +declaration elements a lot, as this will trigger a builtin snippet from prog-mode instead of advancing to the next field when pressing ==. diff --git a/layers/+lang/html/README.org b/layers/+lang/html/README.org index 59e4df85fa78..f1c70a5fa327 100644 --- a/layers/+lang/html/README.org +++ b/layers/+lang/html/README.org @@ -95,7 +95,7 @@ For more information visit the [[https://github.com/skeeto/impatient-mode/blob/m | ~SPC m r r~ | rename current element | | ~SPC m r w~ | wrap current element | | ~SPC m z~ | fold/unfold current element | -| ~%~ | evil-matchit keybinding to jump to closing tag | +| ~%~ | evil-matchit key binding to jump to closing tag | A transient-state is also defined, start it with ~SPC m .~ or ~, .~ diff --git a/layers/+lang/ipython-notebook/README.org b/layers/+lang/ipython-notebook/README.org index ecb05a430672..2e509f65c53f 100644 --- a/layers/+lang/ipython-notebook/README.org +++ b/layers/+lang/ipython-notebook/README.org @@ -5,7 +5,7 @@ - [[#features][Features:]] - [[#list-of-todos][List of TODOS]] - [[#maybe-itd-be-better-if-there-was-a-state-for-this][Maybe it'd be better if there was a state for this]] - - [[#make-more-keybinding-to-connect-to-a-python-buffer][Make more keybinding to =connect= to a python buffer]] + - [[#make-more-key-binding-to-connect-to-a-python-buffer][Make more key binding to =connect= to a python buffer]] - [[#deleting-visual-regions-dont-work-find-out-why][Deleting visual regions don't work, find out why]] - [[#install][Install]] - [[#layer][Layer]] @@ -30,7 +30,7 @@ Do not hesitate to check the original package README [[https://github.com/millej lots of informative stuff. ** Features: -- Keybindings available through transient-state or leader key +- Key bindings available through transient-state or leader key - Lazy-loading * List of TODOS @@ -38,7 +38,7 @@ This is a WIP, feel free to collaborate. ** TODO Maybe it'd be better if there was a state for this -** TODO Make more keybinding to =connect= to a python buffer +** TODO Make more key binding to =connect= to a python buffer ** TODO Deleting visual regions don't work, find out why diff --git a/layers/+lang/latex/README.org b/layers/+lang/latex/README.org index e2704aff960b..e0de33b457c5 100644 --- a/layers/+lang/latex/README.org +++ b/layers/+lang/latex/README.org @@ -14,7 +14,7 @@ - [[#auto-fill][Auto-fill]] - [[#folding][Folding]] - [[#magic-latex-buffer][Magic latex buffer]] -- [[#keybindings][Keybindings]] +- [[#key-bindings][Key bindings]] - [[#folding-1][Folding]] - [[#reftex][RefTeX]] @@ -109,7 +109,7 @@ variables: By default, the underlying latex code is echoed in the echo area. -* Keybindings +* Key bindings | Key Binding | Description | |---------------+--------------------------------------------| diff --git a/layers/+lang/ocaml/README.org b/layers/+lang/ocaml/README.org index 95192dc31390..4a41a06d4ee7 100644 --- a/layers/+lang/ocaml/README.org +++ b/layers/+lang/ocaml/README.org @@ -96,6 +96,6 @@ Make sure opam is initialized and configured. | ~C-k~ | (in REPL) previous item in history | * TODO layer improvements list -1. Add more proper spacemacs key-bindings for basic merlin tasks -2. Add proper keybindings for ocamldebug -3. Add more keybindings for tuareg-mode +1. Add more proper spacemacs key bindings for basic merlin tasks +2. Add proper key bindings for ocamldebug +3. Add more key bindings for tuareg-mode diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index a608040bac3d..b22a7c0b7c6d 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -43,9 +43,9 @@ This layer adds support for the Python language. - [[https://github.com/emacs-lsp/lsp-python][Language Server Protocol]] (experimental), - Auto-completion - Code Navigation -- Documentation Lookup using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] and [[https://github.com/tsgates/pylookup][pylookup]] +- Documentation Lookup using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] and [[https://github.com/tsgates/pylookup][pylookup]] - Test Runners using [[https://github.com/syl20bnr/nose.el][nose.el]] or [[https://github.com/ionrock/pytest-el][pytest]] -- Virtual Environment using [[https://github.com/jorgenschaefer/pyvenv][pyvenv]] and [[https://github.com/yyuu/pyenv][pyenv]] +- Virtual Environment using [[https://github.com/jorgenschaefer/pyvenv][pyvenv]] and [[https://github.com/yyuu/pyenv][pyenv]] - semantic mode is enabled - PEP8 compliant formatting via [[https://github.com/google/yapf][YAPF]] - PEP8 checks with [[https://pypi.python.org/pypi/flake8][flake8]] or [[https://pypi.python.org/pypi/pylint/1.6.4][pylint]] @@ -158,7 +158,7 @@ directory local variable in your project root. ~SPC f v d~ in Spacemacs. See The root of the project is detected with a =.git= directory or a =setup.cfg= file. ** Automatic buffer formatting on save -To enable automatic buffer formatting on save with [[https://github.com/google/yapf][YAPF]] set the variable +To enable automatic buffer formatting on save with [[https://github.com/google/yapf][YAPF]] set the variable =python-enable-yapf-format-on-save= to =t=. #+BEGIN_SRC emacs-lisp @@ -261,7 +261,7 @@ can be set with the variable =python-auto-set-local-pyvenv-virtualenv== to: Start a Python or iPython inferior REPL process with ~SPC m s i~. If =ipython= is available in system executable search paths, =ipython= will be used to launch python shell; otherwise, default =python= -interpreter will be used. You may change your system executable +interpreter will be used. You may change your system executable search path by activating a virtual environment. Send code to inferior process commands: @@ -352,7 +352,7 @@ Live coding is provided by the [[https://github.com/donkirkby/live-py-plugin][li | Key Binding | Description | |---------------+-----------------------------------------------------------------------------------| -| ~SPC m =~ | Reformat the buffer according to PEP8 using [[https://github.com/google/yapf][YAPF]] | +| ~SPC m =~ | Reformat the buffer according to PEP8 using [[https://github.com/google/yapf][YAPF]] | | ~SPC m d b~ | toggle a breakpoint using =wdb=, =ipdb=, =pudb=, =pdb= or =python3.7= (and above) | | ~SPC m g a~ | go to assignment using =anaconda-mode-find-assignments= (~C-o~ to jump back) | | ~SPC m g b~ | jump back | diff --git a/layers/+lang/ruby/README.org b/layers/+lang/ruby/README.org index 9ba6216548ad..33435d16517d 100644 --- a/layers/+lang/ruby/README.org +++ b/layers/+lang/ruby/README.org @@ -40,7 +40,7 @@ add =ruby= to the existing =dotspacemacs-configuration-layers= list in this file. This layer supports two different Ruby modes: Emacs’s built-in Ruby Mode and -[[https://github.com/zenspider/enhanced-ruby-mode][enh-ruby-mode]]. By default the built-in Ruby mode is enabled. To switch to the +[[https://github.com/zenspider/enhanced-ruby-mode][enh-ruby-mode]]. By default the built-in Ruby mode is enabled. To switch to the =enh-ruby-mode= set =ruby-enable-enh-ruby-mode= to t: #+BEGIN_SRC emacs-lisp diff --git a/layers/+lang/shell-scripts/README.org b/layers/+lang/shell-scripts/README.org index 3d2e794fa7a5..d61fa8e2a4c9 100644 --- a/layers/+lang/shell-scripts/README.org +++ b/layers/+lang/shell-scripts/README.org @@ -21,7 +21,7 @@ Supported scripting files: ** Features: - Auto-completion using [[https://github.com/Alexander-Miller/company-shell][company-shell]] -- =Sh= scripts linting using [[https://www.shellcheck.net/][shellcheck]] +- =Sh= scripts linting using [[https://www.shellcheck.net/][shellcheck]] - =Sh= scripts style checking using [[https://github.com/openstack-dev/bashate][bashate]] * Install diff --git a/layers/+lang/swift/README.org b/layers/+lang/swift/README.org index b46483e229d8..0d2fb190eca0 100644 --- a/layers/+lang/swift/README.org +++ b/layers/+lang/swift/README.org @@ -38,7 +38,7 @@ this file. * Usage information Unless configured by the user, the REPL will be invoked using the command =xcrun swift=. -You can launch the REPL using the keybinding ~SPC m s s~ (or ~C-c C-z~). +You can launch the REPL using the key binding ~SPC m s s~ (or ~C-c C-z~). The universal prefix ~SPC u~ (~C-u~) may be used to modify command invocation. * Key bindings diff --git a/layers/+os/nixos/README.org b/layers/+os/nixos/README.org index b96c6657e3db..0af34a498b7d 100644 --- a/layers/+os/nixos/README.org +++ b/layers/+os/nixos/README.org @@ -14,9 +14,9 @@ This layer adds tools for better integration of emacs in NixOS. ** Features: -- Nix-mode using [[https://github.com/NixOS/nix-mode][nix-mode]] +- Nix-mode using [[https://github.com/NixOS/nix-mode][nix-mode]] - Auto-completion of NixOS Options using [[https://github.com/travisbhartwell/nix-emacs/blob/master/company-nixos-options.el][company-nixos-options]] -- Helm Lookup for NixOS Options [[https://github.com/travisbhartwell/nix-emacs/blob/master/helm-nixos-options.el][helm-nixos-options]] +- Helm Lookup for NixOS Options [[https://github.com/travisbhartwell/nix-emacs/blob/master/helm-nixos-options.el][helm-nixos-options]] * Install ** Layer diff --git a/layers/+os/osx/README.org b/layers/+os/osx/README.org index 2d1d9bc13fe1..ae5c93f6d0e6 100644 --- a/layers/+os/osx/README.org +++ b/layers/+os/osx/README.org @@ -15,7 +15,7 @@ - [[#future-work][Future Work]] * Description -Spacemacs is not just emacs+vim. It can have OSX keybindings too! This layer +Spacemacs is not just emacs+vim. It can have OSX key bindings too! This layer globally defines common OSX keybindings. ** Features: @@ -25,7 +25,7 @@ globally defines common OSX keybindings. * Philosophy While this layer enables common OSX bindings, it does not implement OSX -navigation keybindings. Spacemacs is meant to be used with evil, and we +navigation key bindings. Spacemacs is meant to be used with evil, and we encourage you to do so :) * Install diff --git a/layers/+readers/pdf/README.org b/layers/+readers/pdf/README.org index 1fbbcd18d713..043994b6071e 100644 --- a/layers/+readers/pdf/README.org +++ b/layers/+readers/pdf/README.org @@ -70,8 +70,8 @@ dependencies are properly installed and run the command =pdf-tools-install=. * Usage Use ~SPC m .~ to activate the pdf-tools transient state. -The keybindings that the transient displays can be also accessed using ~SPC m~. The -navigation keybindings can be used directly. +The key bindings that the transient displays can be also accessed using ~SPC m~. The +navigation key bindings can be used directly. Try out opening the outline (~O~). The outline window shows the structure of the pdf, displaying all headings. diff --git a/layers/+source-control/git/README.org b/layers/+source-control/git/README.org index 7ef8a7b476b6..346b6e02225c 100644 --- a/layers/+source-control/git/README.org +++ b/layers/+source-control/git/README.org @@ -151,37 +151,37 @@ comfortable for evil users. Here are the often used bindings inside a =status buffer=: -| Key Binding | Description | -|-------------+---------------------------------------------------------------------| -| ~/~ | evil-search | -| ~$~ | open =command output buffer= | -| ~c c~ | open a =commit message buffer= | -| ~b b~ | checkout a branch | -| ~b c~ | create a branch | -| ~f f~ | fetch changes | -| ~F (r) u~ | pull tracked branch and rebase | -| ~gr~ | refresh | -| ~j~ | goto next magit section | -| ~C-j~ | next visual line | -| ~k~ | goto previous magit section | -| ~C-k~ | previous visual line | -| ~l l~ | open =log buffer= | -| ~n~ | next search occurrence | -| ~N~ | previous search occurrence | -| ~o~ | revert item at point | -| ~P u~ | push to tracked branch | -| ~P m~ | push to matching branch (e.g., upstream/develop to origin/develop) | -| ~q~ | quit | -| ~s~ | on a file or hunk in a diff: stage the file or hunk | -| ~x~ | discard changes | -| ~+~ | on a hunk: increase hunk size | -| ~=~ | on a hunk: decrease hunk size | -| ~S~ | stage all | -| ~TAB~ | on a file: expand/collapse diff | -| ~u~ | on a staged file: unstage | -| ~U~ | unstage all staged files | -| ~v or V~ | select multiple lines | -| ~z z~ | stash changes | +| Key Binding | Description | +|-------------+--------------------------------------------------------------------| +| ~/~ | evil-search | +| ~$~ | open =command output buffer= | +| ~c c~ | open a =commit message buffer= | +| ~b b~ | checkout a branch | +| ~b c~ | create a branch | +| ~f f~ | fetch changes | +| ~F (r) u~ | pull tracked branch and rebase | +| ~gr~ | refresh | +| ~j~ | goto next magit section | +| ~C-j~ | next visual line | +| ~k~ | goto previous magit section | +| ~C-k~ | previous visual line | +| ~l l~ | open =log buffer= | +| ~n~ | next search occurrence | +| ~N~ | previous search occurrence | +| ~o~ | revert item at point | +| ~P u~ | push to tracked branch | +| ~P m~ | push to matching branch (e.g., upstream/develop to origin/develop) | +| ~q~ | quit | +| ~s~ | on a file or hunk in a diff: stage the file or hunk | +| ~x~ | discard changes | +| ~+~ | on a hunk: increase hunk size | +| ~=~ | on a hunk: decrease hunk size | +| ~S~ | stage all | +| ~TAB~ | on a file: expand/collapse diff | +| ~u~ | on a staged file: unstage | +| ~U~ | unstage all staged files | +| ~v or V~ | select multiple lines | +| ~z z~ | stash changes | ** Staging lines Magit allows you to stage specific lines by selecting them in a diff and hitting diff --git a/layers/+source-control/github/README.org b/layers/+source-control/github/README.org index b83d7832328d..710b6faf4dc9 100644 --- a/layers/+source-control/github/README.org +++ b/layers/+source-control/github/README.org @@ -52,10 +52,10 @@ to authenticate, you can use hub browse in a terminal (inside a GitHub repo). Spacemacs configures =Magithub= to be in offline mode by default and disables displaying the GitHub project status, issues, and pull requests because loading project data for repositories with many pull requests or issues can be -exorbitantly slow (see [[https://github.com/syl20bnr/spacemacs/issues/11176][issue #11176]]). To toggle online mode and the project +exorbitantly slow (see [[https://github.com/syl20bnr/spacemacs/issues/11176][issue #11176]]). To toggle online mode and the project status, issues, and pull requests sections for the current repository, open in the =magit status= buffer (~SPC g s~) and then open the Magithub settings popup -(~@ C~). To enable online mode and the project status, pull requests, and +(~@ C~). To enable online mode and the project status, pull requests, and issues sections by default, use the following shell commands: #+BEGIN_SRC sh diff --git a/layers/+tools/bm/README.org b/layers/+tools/bm/README.org index 5eca33f864e3..71a5c7c102f9 100644 --- a/layers/+tools/bm/README.org +++ b/layers/+tools/bm/README.org @@ -4,7 +4,7 @@ - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] -- [[#keybindings][Keybindings]] +- [[#key-bindings][Key bindings]] * Description [[https://github.com/joodland/bm/blob/master/README.md][BM]] provides visible, buffer local, bookmarks and the ability to jump forward and backward to the next bookmark. @@ -27,7 +27,7 @@ To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =bm= to the existing =dotspacemacs-configuration-layers= list in this file. -* Keybindings +* Key bindings | Key Binding | Description | |-------------+--------------------| diff --git a/layers/+tools/chrome/README.org b/layers/+tools/chrome/README.org index 113ff127459e..943f3f950c90 100644 --- a/layers/+tools/chrome/README.org +++ b/layers/+tools/chrome/README.org @@ -17,7 +17,7 @@ This layer provides some integration with the Google Chrome browser. ** Features: - Edit text boxes with Emacs using [[https://github.com/stsquad/emacs_chrome][edit-server]] - Write markdown in Emacs and realtime show in chrome using [[https://github.com/mola-T/flymd][flymd]] -- gmail message mode uses standard markdown keybindings +- gmail message mode uses standard markdown key bindings * Install ** Layer diff --git a/layers/+tools/fasd/README.org b/layers/+tools/fasd/README.org index 2a127c1a1bd3..ccdbb90fccf4 100644 --- a/layers/+tools/fasd/README.org +++ b/layers/+tools/fasd/README.org @@ -6,7 +6,7 @@ - [[#install][Install]] - [[#layer][Layer]] - [[#fasd][fasd]] -- [[#keybindings][Keybindings]] +- [[#key-bindings][Key bindings]] * Description This layer integrates the [[https://github.com/clvv/fasd][fasd]] command line tool into spacemacs. @@ -32,7 +32,7 @@ On OS X, it can be installed via [[https://github.com/Homebrew/legacy-homebrew][ $ brew install fasd #+END_SRC -* Keybindings +* Key bindings | Key Binding | Description | |-------------+------------------------------------| diff --git a/layers/+tools/finance/README.org b/layers/+tools/finance/README.org index 6e393e1f28d9..0bc3fcdc4987 100644 --- a/layers/+tools/finance/README.org +++ b/layers/+tools/finance/README.org @@ -35,7 +35,7 @@ For this layer to work properly you also need to install the native package [[ht ** Ledger You can set what column transaction posts are aligned to on the right by setting the variable =ledger-post-amount-alignment-column= in -your =dotspacemacs/user-config=. The default value, set in the layer, is =62=. +your =dotspacemacs/user-config=. The default value, set in the layer, is =62=. #+BEGIN_SRC emacs-lisp (defun dotspacemacs/user-config () diff --git a/layers/+tools/lsp/README.org b/layers/+tools/lsp/README.org index 1085f31559fe..dde5bd2158a8 100644 --- a/layers/+tools/lsp/README.org +++ b/layers/+tools/lsp/README.org @@ -7,7 +7,7 @@ - [[#derived-layers][Derived layers]] - [[#spacemacslsp-bind-keys-for-mode-mode][=spacemacs/lsp-bind-keys-for-mode mode=]] - [[#declared-prefixes][Declared prefixes]] - - [[#default-keybindings][Default keybindings]] + - [[#default-key-bindings][Default key bindings]] - [[#variables][Variables]] - [[#diagnostics][Diagnostics]] - [[#future-additionsimprovements][Future additions/improvements]] @@ -61,7 +61,7 @@ The following prefixes have been declared: | ~m r~ | refactor | What it says on the tin | | ~m T~ | toggle | Toggle LSP backend features (documentation / symbol info overlays etc.) | -**** Default keybindings +**** Default key bindings The default bindings are listed below. Derived language server layers should extend this list. | binding | function | @@ -102,7 +102,7 @@ under the derived mode t prefix by =(spacemacs/lsp-bind-keys-for-mode mode)= | Variable name | Default | Description | |---------------------------------+---------+-------------------------------------------------------------------------------------------| -| =lsp-ui-remap-xref-keybindings= | nil | When non-nil, xref keybindings remapped to lsp-ui-peek-find-{definition,references} | +| =lsp-ui-remap-xref-keybindings= | nil | When non-nil, xref key bindings remapped to lsp-ui-peek-find-{definition,references} | | =lsp-ui-doc-enable= | t | When non-nil, the documentation overlay is displayed | | =lsp-ui-doc-include-signature= | nil | When nil, signature omitted from lsp-ui-doc overlay (this is usually redundant) | | =lsp-ui-sideline-enable= | t | When non-nil, the symbol information overlay is displayed | diff --git a/layers/+tools/prodigy/README.org b/layers/+tools/prodigy/README.org index c94bcc3687dc..97c44d1cc5dd 100644 --- a/layers/+tools/prodigy/README.org +++ b/layers/+tools/prodigy/README.org @@ -50,7 +50,7 @@ You start prodigy with this: | ~L~ | Start prodigy | | ~S~ | Stop prodigy | | ~r~ | restart prodigy | -| ~R~ | revert buffer (refresh list) | +| ~R~ | revert buffer (refresh list) | | ~d~ | Jump to the dired of service | | ~g~ | Jump to magit-status of service | | ~Y~ | Copy prodigy command | diff --git a/layers/+tools/rebox/README.org b/layers/+tools/rebox/README.org index c3a8c3d0949e..e6538d87c08b 100644 --- a/layers/+tools/rebox/README.org +++ b/layers/+tools/rebox/README.org @@ -121,7 +121,7 @@ These templates are added by the Spacemacs layer. *Note:* Use a numerical prefix argument to choose a specific style for instance ~86 SPC x b b~ to use the style 86 above. -| Keybinding | Command | +| Key binding | Command | |-------------+-------------------------------------------------------------------| | ~SPC x b >~ | Move box to the right (point must be around left side of the box) | | ~SPC x b <~ | Move box to the left (point must be around left side of the box) | diff --git a/layers/+tools/restclient/README.org b/layers/+tools/restclient/README.org index 5dc4b6953faa..07bb87daecce 100644 --- a/layers/+tools/restclient/README.org +++ b/layers/+tools/restclient/README.org @@ -6,7 +6,7 @@ - [[#install][Install]] - [[#configuration][Configuration]] - [[#restclient][Restclient]] - - [[#keybindings][Keybindings]] + - [[#key-bindings][Key bindings]] - [[#ob-http][ob-http]] * Description @@ -42,7 +42,7 @@ There is support for =org-babel= and =restclient= code blocks, for instance: #+END_SRC #+END_EXAMPLE -** Keybindings +** Key bindings | Key Binding | Description | |-------------+-------------------------------------------------------------| diff --git a/layers/+tools/shell/README.org b/layers/+tools/shell/README.org index c2a8883552f7..03000987061b 100644 --- a/layers/+tools/shell/README.org +++ b/layers/+tools/shell/README.org @@ -110,7 +110,7 @@ From the =em-smart= documentation: #+BEGIN_QUOTE The best way to get a sense of what this code is trying to do is by - using it. Basically, the philosophy represents a blend between the + using it. Basically, the philosophy represents a blend between the ease of use of modern day shells, and the review-before-you-proceed mentality of Plan 9’s 9term. #+END_QUOTE diff --git a/layers/+tools/tmux/README.org b/layers/+tools/tmux/README.org index 4c49e81c5467..7216aef69bae 100644 --- a/layers/+tools/tmux/README.org +++ b/layers/+tools/tmux/README.org @@ -7,7 +7,7 @@ - [[#key-bindings][Key Bindings]] * Description -This layer adds basic =tmux= keybindings to Spacemacs. +This layer adds basic =tmux= key bindings to Spacemacs. ** Features: - Calling of =tmux= navigation commands directly from emacs via [[https://github.com/keith/evil-tmux-navigator][evil-tmux-navigator]]. diff --git a/layers/+tools/transmission/README.org b/layers/+tools/transmission/README.org index 5f793e5a20fe..0b6833b5a313 100644 --- a/layers/+tools/transmission/README.org +++ b/layers/+tools/transmission/README.org @@ -42,7 +42,7 @@ Start the daemon: * FAQ ** How to enable status auto refresh? -Add =(transmission :variables transmission-auto-refresh-all t)= to +Add =(transmission :variables transmission-auto-refresh-all t)= to =dotspacemacs-configuration-layers= or pick modes manually: #+BEGIN_SRC emacs-lisp diff --git a/layers/+tools/vagrant/README.org b/layers/+tools/vagrant/README.org index 3a6bad58724b..26276b54a193 100644 --- a/layers/+tools/vagrant/README.org +++ b/layers/+tools/vagrant/README.org @@ -9,7 +9,7 @@ - [[#layer][Layer]] - [[#vagrant][Vagrant]] - [[#testing][Testing]] -- [[#keybindings][Keybindings]] +- [[#key-bindings][Key bindings]] * Description This layer adds support for working with Vagrant using [[https://github.com/ottbot/vagrant.el][vagrant.el]] and @@ -37,7 +37,7 @@ If you’d like to test this layer out in a simple way (for example to make sure you have Vagrant configured correctly) there is a [[https://gist.github.com/anonymous/578279337caf180298cd91c61be995bc][Vagrantfile]] in this directory. -* Keybindings +* Key bindings | Key Binding | Description | |-------------+------------------------------------------------------------------------------------------------| diff --git a/layers/+tools/web-beautify/README.org b/layers/+tools/web-beautify/README.org index d36d1f5a08bb..4a61537dfe41 100644 --- a/layers/+tools/web-beautify/README.org +++ b/layers/+tools/web-beautify/README.org @@ -7,7 +7,7 @@ - [[#key-bindings][Key Bindings]] * Description -This layer adds support for [[https://github.com/yasuyk/web-beautify][web-beautify]]. +This layer adds support for [[https://github.com/yasuyk/web-beautify][web-beautify]]. ** Features: - Format buffer to be beautiful diff --git a/layers/+tools/ycmd/README.org b/layers/+tools/ycmd/README.org index 4c71e51de838..4555484556bf 100644 --- a/layers/+tools/ycmd/README.org +++ b/layers/+tools/ycmd/README.org @@ -111,7 +111,7 @@ auto-completion to work well. You can bind it like so: This function will automatically cancel out of any active completers, and offer semantic completions. It will automatically make an exception when you are completing includes; these do not count as semantic completion so the exception -is necessary for the keybinding to work when completing includes. +is necessary for the key binding to work when completing includes. * Key Bindings Adds ~SPC m g g~ go to definition binding to =c++-mode= as well as ~SPC m g G~