From eed835b7ccb6c0db2294f77e2e0f711dd5f82009 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Mon, 27 Aug 2018 22:49:57 -0700 Subject: [PATCH] Fix typo in ivy/README.org Wrong command was listed in the table --- modules/completion/ivy/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/completion/ivy/README.org b/modules/completion/ivy/README.org index 18f399739..974545c19 100644 --- a/modules/completion/ivy/README.org +++ b/modules/completion/ivy/README.org @@ -106,8 +106,8 @@ Here is a list of my commonly used commands, their default keybinds (defined in | ~counsel-projectile-find-file~ | =SPC f /= or =SPC SPC= | Find file in project | | ~counsel-projectile-switch-project~ | =SPC p p= | Open another project | | ~counsel-recentf~ | =SPC f r= | Find recently opened file | -| ~ivy-switch-buffer~ | =SPC b b= | Jump to buffer in current workspace | -| ~+ivy/switch-workspace-buffer~ | =SPC b B= | Jump to buffer across workspaces | +| ~+ivy/switch-workspace-buffer~ | =SPC b b= | Jump to buffer in current workspace | +| ~ivy-switch-buffer~ | =SPC b B= | Jump to buffer across workspaces | | ~+ivy:ag~ | ~:ag[!] [QUERY]~ | Search project (BANG = ignore gitignore) | | ~+ivy:ag-cwd~ | ~:agcwd[!] [QUERY]~ | Search this directory (BANG = don't recurse into subdirectories) | | ~+ivy:rg~ | ~:rg[!] [QUERY]~ | Search project (if BANG, ignore gitignore) |