vmware-archive / vim-config

This is the Vim configuration we use on pairing machines at Neo, as well as many Neons' personal machines. It's pretty okay.
BSD 2-Clause "Simplified" License
64 stars 41 forks source link

Remove redundant keybindings for fuzzy finder #44

Closed saterus closed 9 years ago

saterus commented 10 years ago

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: Accept selection and open in horizontal split:

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: Move down in the CtrlP selection window:

scssquatch commented 9 years ago

Haha what a strange override. Nice catch. :+1:

nummi commented 9 years ago

:+1: