作者tumc (HIHIHI)
看板Python
标题[问题] 问ipython的设定
时间Tue Aug 31 21:54:34 2010
ipythonrc.ini内有这样的设定
# The TAB key can be used to complete names at the command line in one of two
# ways: 'complete' and 'menu-complete'. The difference is that 'complete' only
# completes as much as possible while 'menu-complete' cycles through all
# possible completions. Leave the one you prefer uncommented.
readline_parse_and_bind tab: complete
#readline_parse_and_bind tab: menu-complete
# This binds Control-l to printing the list of all possible completions when
# there is more than one (what 'complete' does when hitting TAB twice, or at
# the first TAB if show-all-if-ambiguous is on)
readline_parse_and_bind "\C-l": possible-completions
想询问一下,
1. \C-1(control-1) : 这是什麽按键啊?
2. 如果menu-complete想设成连按两次的tab,那该如何设定
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.136.213.118
1F:→ tumc:我是在windows上跑的 08/31 22:22
2F:→ tan2:1. 按住Ctrl键(在键盘左下角)再按小写的L键 09/03 05:37