spacemacs/layers/+vim/vinegar
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
config.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
funcs.el Remove old wording "contribution layer" 2017-08-28 11:33:55 -04:00
keybindings.el Fix dired-x dired-jump autoload 2016-04-05 12:59:33 +02:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fixed feature header 2017-08-29 20:00:44 +03:00

Vinegar layer

Description

This layer is a port layer for vim-vinegar for emacs.

A port of tpope's vinegar.vim, simplifying dired with a limited number of details and exposing the - command in all buffers to enter dired.

Features:

  • navigation up folders with - key
  • simplify dired buffer to show only file names
  • better evil/vim bindings for navigation within dired buffer
  • keep only one active dired buffer
  • Use dired-k extension to show time / vcs related information in single bar
  • right mouse click moves up directory if in blank space or shows context menu

Mouse bindings

Mouse Binding Description
mouse-1 (Dired) Open selected file
mouse-2 (Dired) Open clicked file in other-window
mouse-3 (Dired) Open context popup or go up directory

Key bindings

Key Binding Description
- Navigate to parent directory in dired
0 (Dired) Move to the beginning of the file in dired
= (Dired) Diff between selected files
C-j (Dired) Move to next subdirectory
C-k (Dired) Move to previous subdirectory
I (Dired) Toggle showing dotfiles
~ (Dired) Navigate to home directory
f (Dired) Helm find file
J (Dired) Goto file
C-f (Dired) dired-find
H (Dired) Show dired history
T (Dired) Move down in dired tree
K (Dired) Kill marked lines (hide, do not delete)
r (Dired) Redisplay buffer