Commit 8a3e49f
committed
Remove redundant keybindings for fuzzy finder
Some time in config history, CtrlP replaced FuzzyFinder. These were the
compatibility keybindings. However, CtrlP already has keys for these
commands.
Accept selection and open in vertical split: <c-v>
Accept selection and open in horizontal split: <c-s>
Let’s use those keys, so we can actually navigate the CtrlP window with
the standard vim home row keys!
Move up in the CtrlP selection window: <c-k>
Move down in the CtrlP selection window: <c-j>1 parent 5753f38 commit 8a3e49f
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 61 | + | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
| |||
0 commit comments