Shell
鍵綁定以打開在 ratpoison 中執行 python 的終端
在我的 .ratpoisonrc 文件中,我沒有編寫一個鍵綁定來打開一個執行 python 的終端。我正在執行一個最小的 Debian 設置,我基本上只執行 emacs。有時我只想獲得一個 python shell,但我不確定如何設置鍵綁定來實現這一點。
bind p exec ???? python
bind p exec x-terminal-emulator --title python -e /usr/bin/python
(但我強烈建議使用 ipython 作為互動式 python)
如果 x-terminal-emulator 沒有使用您目前最喜歡的終端仿真器(xterm vs rxvt vg gnome-terminal 等),則執行
update-alternatives --config x-terminal-emulator