spacemacs/layers/+vim/vinegar
sooheon 4dcdf2364f Use counsel-find-file when spacemacs-ivy is used
Simple keybinding change. Keep `helm-find-files` otherwise.
2016-01-31 23:20:34 -05:00
..
config.el Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
funcs.el Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
keybindings.el Fix evilify bug in vinegar layer 2015-11-22 19:48:58 +01:00
packages.el Use counsel-find-file when spacemacs-ivy is used 2016-01-31 23:20:34 -05:00
README.org Update install layer section in REAMDE.org files 2016-01-06 00:21:55 -05:00

Vinegar layer

Description

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

A port of tpope's vinegar.vim [vinegar][https://github.com/tpope/vim-vinegar], 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 sbdirectory
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