This Debian Reference (version 2.109) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.3.5 The internal editor in MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3 . . . . . 21 1.4.6 The text editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 1.4.7 Setting a default text editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 9.3.7 Recording the editor activities for complex repeats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 9.30 码力 | 266 页 | 1.25 MB | 1 年前3
Debian Reference v2.124di comando di MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.3.5 L’editor interno di MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.6 L’editor di testo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.7 Impostare un editor di testi predefinito . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.7 Registrare le attività dell’editor per ripetizioni complesse . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.8 Registrare0 码力 | 283 页 | 1.40 MB | 1 年前3
Referência Debian v2.124comandos no MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.3.5 O editor interno em MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.6 O editor de texto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.7 Definir um editor de texto predefinido . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.7 Recordar as atividades do editor para repetições complexas . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.8 Gravar a imagem0 码力 | 281 页 | 1.39 MB | 1 年前3
Debian 参考手册(版本 2.109)file” 来移动文本。 内部编辑器可以被外部编辑器替代。 同样,许多程序使用环境变量 $EDITOR 或 $VISUAL 来决定编辑器的使用。如果你准备使用 vim(1) 或者 nano(1) 来开始,你或许需要将下面的代码加入”~/.bashrc” 来对 mcedit 进行设置。 export EDITOR=mcedit export VISUAL=mcedit 如果可能的话我推荐用”vim”。 private bin if it exists if [ -d ~/bin ] ; then PATH=”~/bin${PATH+:$PATH}” fi export PATH EDITOR=vim export EDITOR 提示 你可以在第 9 章中的第 9.3.6 节找到更多关于 bash 的定制技巧。 提示 bash-completion 软件包能够让 bash 进行命令补全. 1 有许多不同的编辑器。我们建议安装上面提到的 vim 软件包。 Debian 通过命令“/usr/bin/editor”提供了对系统默认编辑器的统一访问,因此其它程序(例如 reportbug(1)) 可以调用它。你可以通过下列命令改变它。 $ sudo update-alternatives --config editor 对于新手,我建议使用“/usr/bin/vim.basic”代替“/usr/bin/vim0 码力 | 261 页 | 1.39 MB | 1 年前3
Debian 參考手冊(第 2.109 版)file” 來移動文字。 內部編輯器可以被外部編輯器替代。 同樣,許多程式使用環境變數 $EDITOR 或 $VISUAL 來決定編輯器的使用。如果你準備使用 vim(1) 或者 nano(1) 來開始,你或許需要將下面的程式碼加入”~/.bashrc” 來對 mcedit 進行設定。 export EDITOR=mcedit export VISUAL=mcedit 如果可能的話我推薦用”vim”。 private bin if it exists if [ -d ~/bin ] ; then PATH=”~/bin${PATH+:$PATH}” fi export PATH EDITOR=vim export EDITOR 提示 可以找到其他 bash 客製化技巧,諸如節 9.3.6,在章 9之內。 提示 bash-completion 軟體包能夠讓 bash 進行指令補全. 1.4.3 有許多不同的編輯器。我們建議安裝上面提到的 vim 軟體包。 Debian 通過指令“/usr/bin/editor”提供了對系統預設編輯器的統一存取,因此其它程序(例如 reportbug(1)) 可以調用它。你可以通過下列指令改變它。 $ sudo update-alternatives --config editor 對於新手,我建議使用“/usr/bin/vim.basic”代替“/usr/bin/vim0 码力 | 260 页 | 1.41 MB | 1 年前3
Debian リファレンス v2.124。 また、多くのプログラムは使用するエディターを決定するために環境変数”$EDITOR” や”$VISUAL” を使用します。 最初 vim(1) や nano(1) が使いにくい場合には”~/.bashrc” に次に示す行を追加してエディターを”mcedit” に設 定するのも一計です。 export EDITOR=mcedit export VISUAL=mcedit できればこれは”vim” private bin if it exists if [ -d ~/bin ] ; then PATH=”~/bin${PATH+:$PATH}” fi export PATH EDITOR=vim export EDITOR ティップ bash に関する更なるカスタム化方法は、第9章中の項9.3.6等にあります。 ティップ bash-completion パッケージは bash で入力のプログラムによる補完を可能にします。 ではシステムのデフォールトのエディターへの統一されたアクセスを”/usr/bin/editor” コマンドを通 じて提供しているので、他のプログラム (例えば reportbug(1) 等) がエディターを起動できます。設定変更は次で 出来ます。 $ sudo update-alternatives --config editor 著者が”/usr/bin/vim.tiny” より”/usr/bin/vim0 码力 | 287 页 | 1.60 MB | 1 年前3
Debian Referenz v2.124. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 9.3.7 Aufzeichnen von Editor-Aktivitäten für komplexe Wiederholungen . . . . . . . . . . . . . . . . . . . . 157 9.3.8 Die Bildschirmanzeige Meta-Taste genannt und manchmal als ”M-” dargestellt. 1.3.5 Der interne Texteditor in MC Der interne Editor hat ein interessantes Ausschneiden-und-Einfügen-Schema: das Drücken von F3 setzt den Startpunkt einer sichert die Datei. F10 beendet das Ganze. Die meisten Pfeiltasten funktionieren intuitiv. Dieser Editor kann direkt mit einer Datei gestartet werden, indem einer der folgenden Befehle benutzt wird: $0 码力 | 289 页 | 1.44 MB | 1 年前3
Guía de referencia de Debian v2.124órdenes en MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.5. El editor interno de MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.6. El editor de texto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.7. Configuración del editor de texto por defecto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 9.3.7. Grabación de las actividades del editor con repeticiones complejas . . . . . . . . . . . . . . . . . . . . . 154 9.3.8. Capturar una imagen0 码力 | 285 页 | 1.43 MB | 1 年前3
Référence Debian v2.124externe de votre choix. De nombreux programmes utilisent aussi les variables d’environnement « $EDITOR » ou « $VISUAL » afin de décider quel éditeur utiliser. Si, au départ, vous n’êtes à l’aise ni avec définir ces variable à « mcedit » en ajoutant les lignes suivantes au fichier « ~/.bashrc » : export EDITOR=mcedit export VISUAL=mcedit Je recommande de les définir à « vim » si possible. Si vous n’êtes private bin if it exists if [ -d ~/bin ] ; then PATH=”~/bin${PATH+:$PATH}” fi export PATH EDITOR=vim export EDITOR ASTUCE Vous pourrez trouver davantage d’informations concernant les astuces de personnalisation0 码力 | 279 页 | 1.47 MB | 1 年前3
Ubuntu Desktop Training 200910. Editing Videos ................................ 333 8.10.1. Editing videos using Pitivi video editor ..................................... 333 8.11. Lesson Summary ............................. 342 Course Copyright © 2009 Canonical Limited 4.1.5. OpenOffice.org Draw Draw is a vector graphics editor that provides tools to create anything from simple graphics to dynamic 3D illustrations and special mathematical equations by using a graphic user interface or by directly typing the formula into the equation editor. The formula created in this manner can then be inserted into other OpenOffice.org programmes, such0 码力 | 428 页 | 57.45 MB | 1 年前3
共 99 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













