0

I'm using Command-T on an ubuntu machine and it's freaking out. When I press <leader> t, it will exit VIM, and then totally change the allignment of my screen (Text just appears indented in strange an usual ways).

To fix this, I opend up my .vimrc file and mapped command-T to f.

map <silent> <LocalLeader>f :CommandT<CR>

But it doesn't change the behavior--i.e. when I press <leader> t, Vim shuts down and the terminal window will display weird indentation for the rest of my session.

When I say that VIM shuts down, I mean that I'm exited from the program abruptly, but without any error message being thrown.

My system details are as follows:

  • VMware Fusion 6 running Ubuntu 12.04.1 LTS, release 12.04, Precise
  • zshell 4.3.17
  • VIM 7.3
  • tmux 1.6
Chris Cashwell
  • 22,308
  • 13
  • 63
  • 94
Ben Downey
  • 2,575
  • 4
  • 37
  • 57

1 Answers1

0

The fact, that your mapping with <Leader> f works and <Leader> t doesn't might point that this is not a Vim issue.

I would suggest getting a runtine log from Vim (See Is there a "vim runtime log"?) and analyzing it.

Community
  • 1
  • 1
DevEhmeth
  • 74
  • 7