wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Dismiss file listing using <Esc> in iTerm2 #322

Closed mjackson closed 6 years ago

mjackson commented 6 years ago

The docs say that I should be able to use <Esc> to dismiss the file listing, but I can't seem to get this to work in iTerm2. Has anyone else been able to do this?

wincent commented 6 years ago

You probably want something like this (specifically, line 6):

https://github.com/wincent/wincent/blob/e0daaa08d2c7d4e06c596cfaed9983e650ea3ad0/roles/dotfiles/files/.vim/after/plugin/command-t.vim#L5-L9

mjackson commented 6 years ago

Ah, yep! That did it! Thanks @wincent :D