From 4572fc1640cc54d7b2f0beaeff6de4cdf67827a6 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 10 May 2017 00:15:25 +0800 Subject: [PATCH] Update mappings of unite --- docs/documentation.md | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index f1113b3ae..2f70594af 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -337,19 +337,18 @@ please checkout the documentation of unite and denite via `:h unite` and `:h den Mappings | Mode | description -------- | ---- | ----------- `Ctrl`+`h/k/l/r` | Normal | Un-map -`Ctrl`+`r` | Normal | Redraw +`Ctrl`+`l` | Normal | Redraw `Tab` | Insert | Select next line +`Tab` | Normal | Select actions `Shift` + `Tab` | Insert | Select previous line -`'` | Normal | Toggle mark current candidate, up -`e` | Normal | Run default action +`Space` | Normal | Toggle mark current candidate, up +`Enter` | Normal | Run default action `Ctrl`+`v` | Normal | Open in a split `Ctrl`+`s` | Normal | Open in a vertical split `Ctrl`+`t` | Normal | Open in a new tab -`Tab` | Normal | `Ctrl`+`w`+`w` -`Escape` | Normal | Exit unite -`jj` | Insert | Leave Insert mode +`Ctrl` + `g` | Normal | Exit unite +`jk` | Insert | Leave Insert mode `r` | Normal | Replace ('search' profile) or rename -`Tab` | Insert | Unite autocompletion `Ctrl`+`z` | Normal/insert | Toggle transpose window `Ctrl`+`w` | Insert | Delete backward path @@ -786,23 +785,6 @@ Key | Mode | Action ``+`ta` | Normal | Opens Unite tab ``+`ugf` | Normal | Opens Unite file with word at cursor ``+`ugt` | Normal/visual | Opens Unite tag with word at cursor -| **Within _Unite_ buffers** ||| -`Ctrl`+`h/k/l/r` | Normal | Un-map -`Ctrl`+`r` | Normal | Redraw -`Ctrl`+`j` | Insert | Select next line -`Ctrl`+`k` | Insert | Select previous line -`'` | Normal | Toggle mark current candidate, up -`e` | Normal | Run default action -`Ctrl`+`v` | Normal | Open in a split -`Ctrl`+`s` | Normal | Open in a vertical split -`Ctrl`+`t` | Normal | Open in a new tab -`Tab` | Normal | `Ctrl`+`w`+`w` -`Escape` | Normal | Exit unite -`jj` | Insert | Leave Insert mode -`r` | Normal | Replace ('search' profile) or rename -`Tab` | Insert | Unite autocompletion -`Ctrl`+`z` | Normal/insert | Toggle transpose window -`Ctrl`+`w` | Insert | Delete backward path ##### Plugin: VimFiler