作者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
→ tumc:我是在windows上跑的 08/31 22:22
→ tan2:1. 按住Ctrl鍵(在鍵盤左下角)再按小寫的L鍵 09/03 05:37