我已经做了一些搜索,并在vim中发现了大量有关绑定键的信息,但我无法确定如何映射shift-tab.或者我需要将它映射到哪个命令以使其"向后翻转".
这就是我现在所拥有的:
map <S-tab> <S-,><S-,>
Run Code Online (Sandbox Code Playgroud)
可能相关的信息:我正在使用2.22.3终端运行Debian.与VIM - Vi IMproved 7.1
我已经使用VirtualBox在Vista主机上成功安装了Debian客户操作系统.我正在尝试按照本教程(http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you)安装RVM和Ruby.它似乎成功安装了ruby,但终端根本不会识别ruby.
这是终端输出:
user@debian:~$ rvm install 1.9.2
/home/user/.rvm/rubies/ruby-1.9.2-p136, this may take a while depending on your cpu(s)...
ruby-1.9.2-p136 - #fetching
ruby-1.9.2-p136 - #downloading ruby-1.9.2-p136, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8612k 100 8612k 0 0 200k 0 0:00:42 0:00:42 --:--:-- 328k
ruby-1.9.2-p136 - #extracting ruby-1.9.2-p136 to /home/user/.rvm/src/ruby-1.9.2-p136
ruby-1.9.2-p136 - #extracted to /home/user/.rvm/src/ruby-1.9.2-p136
ruby-1.9.2-p136 - #configuring
ruby-1.9.2-p136 - #compiling
ruby-1.9.2-p136 …
Run Code Online (Sandbox Code Playgroud)