spacemacs/layers/+spacemacs/spacemacs-defaults
yuhan0 0596e90c3d Add 'z' recenter bindings for various transient states
By analogy with the "zz", "zb", "zt" vim / evil bindings, this adds an
additional key binding "z" for `recenter-top-bottom` to the following
transient states which navigate around the buffer in large jumps:
- auto-symbol-highlight
- error
- buffer
- vcs
- org-babel

This allows for repositioning of the buffer for visibility without having to
exit the transient state.

Minor updates are also made to documentation of other transient states.
2018-11-12 21:47:17 +00:00
..
local/help-fns+
config.el set load-prefer-newer to t 2018-10-23 07:11:47 +03:00
funcs.el support directories in spacemacs/rename-file 2018-10-31 20:56:28 +02:00
keybindings.el Add 'z' recenter bindings for various transient states 2018-11-12 21:47:17 +00:00
packages.el Work around ido-mode remapping Spacemacs keys 2018-08-01 22:46:40 -04:00
README.org Reformat documentation 2018-10-11 00:13:43 +03:00

spacemacs-defaults

Description

This layer configures mostly Emacs built-in packages to given them better defaults.

Features:

  • Configures packages:

    • abbrev
    • archive-mode
    • bookmark
    • conf-mode
    • dired
    • dired-x
    • display-line-numbers (only in Emacs 26.x and newer)
    • electric-indent-mode
    • ediff
    • eldoc
    • help-fns+
    • hi-lock
    • image-mode
    • imenu
    • linum (only in Emacs 25.x and older)
    • occur-mode
    • package-menu
    • page-break-lines
    • process-menu
    • recentf
    • savehist
    • saveplace
    • subword
    • tar-mode
    • uniquify
    • url
    • visual-line-mode
    • whitespace
    • winner
    • zone