I've been tweaking my ~/.vim
quite a lot lately, and it seems that I broke something.
I'm using the CommandT plugin, which when the search is open allows for the following:
- enter - open the file in current buffer
- Ctrl + S - open the file in horizontal split window
- Ctrl + V - open the file in vertical split window
The problem is, that Ctrl + S suddenly stopped working in terminal VIM, only Ctrl + V is working. At first I thought I broke something in my general config, but then I tried it in MacVim, and Ctrl + S works just fine.
I'm not aware of having set anything specific only to the terminal VIM.
Is there any way that I can tell, if a key is being rebound to something else and where is that happening?
btw, my ~/.vim
is a fork of Janus with most stuff removed and changed, I'm keeping it mostly for the Rakefile
for installing plugins. here's the repo