From 3f5f6752a282d02c316dfdf46a3f095184b3f254 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 10 May 2017 14:25:24 +0200 Subject: [PATCH] completion/ivy: tweak README.org (again) --- modules/completion/ivy/README.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/completion/ivy/README.org b/modules/completion/ivy/README.org index b02b9ede9..910dd5738 100644 --- a/modules/completion/ivy/README.org +++ b/modules/completion/ivy/README.org @@ -67,16 +67,16 @@ Here is a list of my commonly used commands, their default keybinds (defined in | command | key / ex command | description | |-------------------------------------+-------------------------+-----------------------------------------------------------| -| ~counsel-M-x~ | ~M-x~ | Smarter, smex-powered M-x | -| ~counsel-bookmark~ | ~, b~ | Find bookmark | -| ~counsel-find-file~ | ~, .~ | Browse from current directory | -| ~counsel-projectile-find-file~ | ~, /~ | Find file in project | -| ~counsel-projectile-switch-project~ | ~, p~ | Open another project | -| ~counsel-recentf~ | ~, r~ | Find recently opened file | -| ~+ivy/switch-buffer~ | ~, ,~ | Jump to open buffer in current workspace | -| ~+ivy/switch-workspace-buffer~ | ~, <~ | Jump to open buffer across workspaces | -| ~+ivy:file-search~ | ~:f[in]d[!] [QUERY]~ | Search project (if BANG, don't respect gitignore) | -| ~+ivy:file-search-cwd~ | ~:f[in]dcwd[!] [QUERY]~ | Search project in cwd (if BANG, don't respect gitignore) | +| ~counsel-M-x~ | =M-x= | Smarter, smex-powered M-x | +| ~counsel-bookmark~ | = b= | Find bookmark | +| ~counsel-find-file~ | = .= | Browse from current directory | +| ~counsel-projectile-find-file~ | = /= | Find file in project | +| ~counsel-projectile-switch-project~ | = p= | Open another project | +| ~counsel-recentf~ | = r= | Find recently opened file | +| ~+ivy/switch-buffer~ | = ,= | Jump to buffer in current workspace | +| ~+ivy/switch-workspace-buffer~ | = <= | Jump to buffer across workspaces | +| ~+ivy:file-search~ | ~:f[in]d[!] [QUERY]~ | Search project (if BANG, ignore gitignore) | +| ~+ivy:file-search-cwd~ | ~:f[in]dcwd[!] [QUERY]~ | Search project in cwd (if BANG, ignore gitignore) | | ~+ivy:swiper~ | ~:sw[iper] [QUERY]~ | Search current buffer | | ~+ivy:todo~ | ~:todo[!]~ | List all TODO/FIXMEs in project (or current file if BANG) |