[問題] 問ipython的設定

看板Python作者 (HIHIHI)時間15年前 (2010/08/31 21:54), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/1
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

08/31 22:22, , 1F
我是在windows上跑的
08/31 22:22, 1F

09/03 05:37, , 2F
1. 按住Ctrl鍵(在鍵盤左下角)再按小寫的L鍵
09/03 05:37, 2F
文章代碼(AID): #1CVGcT_a (Python)
文章代碼(AID): #1CVGcT_a (Python)