91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux的bind命令怎么使用

發布時間:2022-02-16 10:17:29 來源:億速云 閱讀:265 作者:iii 欄目:開發技術

本篇內容主要講解“Linux的bind命令怎么使用”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Linux的bind命令怎么使用”吧!

Linux常用命令 bind命令用于顯示或設置鍵盤按鍵與其相關的功能,您可以利用bind命令了解有哪些按鍵組合與其功能,也可以自行指定要用哪些按鍵組合。

Linux的bind命令怎么使用

語法

 bind [-dlv][-f ][-m ][-q ]

參數說明

  • -d  顯示按鍵配置的內容。

  • -f  載入指定的按鍵配置文件。

  • -l  列出所有的功能。

  • -m  指定按鍵配置。

  • -q  顯示指定功能的按鍵。

  • -v  列出目前的按鍵配置與其功能。

實例

顯示按鍵組合的所有功能

 # bind -l //顯示按鍵組合的內容
 abort
 accept-line
 alias-expand-line
 arrow-key-prefix
 backward-byte
 backward-char
 backward-delete-char
 backward-kill-line
 backward-kill-word
 backward-word
 beginning-of-history
 beginning-of-line
 ……省略部分內容
 vi-goto-mark
 vi-insert-beg
 vi-insertion-mode
 vi-match
 vi-movement-mode
 vi-next-word
 vi-overstrike
 vi-overstrike-delete
 vi-prev-word
 vi-put
 vi-redo
 vi-replace
 vi-rubout
 vi-search
 vi-search-again
 vi-set-mark
 vi-subst
 vi-tilde-expand
 vi-yank-arg
 vi-yank-to
 yank
 yank-last-arg
 yank-nth-arg
 yank-pop

顯示當前按鍵組合的設置

 # bind -l
 abort
 accept-line
 alias-expand-line
 arrow-key-prefix
 backward-byte
 backward-char
 backward-delete-char
 backward-kill-line
 backward-kill-word
 backward-word
 beginning-of-history
 beginning-of-line
 call-last-kbd-macro
 capitalize-word
 character-search
 character-search-backward
 clear-screen
 complete
 complete-command
 complete-filename
 complete-hostname
 complete-into-braces
 complete-username
 complete-variable
 copy-backward-word
 copy-forward-word
 copy-region-as-kill
 dabbrev-expand
 delete-char
 delete-char-or-list
 delete-horizontal-space
 digit-argument
 display-shell-version
 do-lowercase-version
 downcase-word
 dump-functions
 dump-macros
 dump-variables
 dynamic-complete-history
 edit-and-execute-command
 emacs-editing-mode
 end-kbd-macro
 end-of-history
 end-of-line
 exchange-point-and-mark
 forward-backward-delete-char
 forward-byte
 forward-char
 forward-search-history
 forward-word
 glob-complete-word
 glob-expand-word
 glob-list-expansions
 history-and-alias-expand-line
 history-expand-line
 history-search-backward
 history-search-forward
 insert-comment
 insert-completions
 insert-last-argument
 kill-line
 kill-region
 kill-whole-line
 kill-word
 magic-space
 menu-complete
 menu-complete-backward
 next-history
 non-incremental-forward-search-history
 non-incremental-forward-search-history-again
 non-incremental-reverse-search-history
 non-incremental-reverse-search-history-again
 old-menu-complete
 operate-and-get-next
 overwrite-mode
 possible-command-completions
 possible-completions
 possible-filename-completions
 possible-hostname-completions
 possible-username-completions
 possible-variable-completions
 previous-history
 quoted-insert
 redraw-current-line
 re-read-init-file
 reverse-search-history
 revert-line
 self-insert
 set-mark
 shell-backward-kill-word
 shell-backward-word
 shell-expand-line
 shell-forward-word
 shell-kill-word
 skip-csi-sequence
 start-kbd-macro
 tab-insert
 tilde-expand
 transpose-chars
 transpose-words
 tty-status
 undo
 universal-argument
 unix-filename-rubout
 unix-line-discard
 unix-word-rubout
 upcase-word
 vi-append-eol
 vi-append-mode
 vi-arg-digit
 vi-back-to-indent
 vi-bword
 vi-bWord
 vi-change-case
 vi-change-char
 vi-change-to
 vi-char-search
 vi-column
 vi-complete
 vi-delete
 vi-delete-to
 vi-editing-mode
 vi-end-word
 vi-eof-maybe
 vi-eword
 vi-eWord
 vi-fetch-history
 vi-first-print
 vi-fword
 vi-fWord
 vi-goto-mark
 vi-insert-beg
 vi-insertion-mode
 vi-match
 vi-movement-mode
 vi-next-word
 vi-overstrike
 vi-overstrike-delete
 vi-prev-word
 vi-put
 vi-redo
 vi-replace
 vi-rubout
 vi-search
 vi-search-again
 vi-set-mark
 vi-subst
 vi-tilde-expand
 vi-yank-arg
 vi-yank-to
 yank
 yank-last-arg
 yank-nth-arg
 yank-pop
 root@snail-hnlinux:~#
 root@snail-hnlinux:~#
 root@snail-hnlinux:~#
 root@snail-hnlinux:~#
 root@snail-hnlinux:~# bind -v
 set bind-tty-special-chars on
 set blink-matching-paren on
 set byte-oriented off
 set completion-ignore-case off
 set convert-meta off
 set disable-completion off
 set echo-control-characters on
 set enable-keypad off
 set enable-meta-key on
 set expand-tilde off
 set history-preserve-point off
 set horizontal-scroll-mode off
 set input-meta on
 set mark-directories on
 set mark-modified-lines off
 set mark-symlinked-directories off
 set match-hidden-files on
 set meta-flag on
 set output-meta on
 set page-completions on
 set prefer-visible-bell on
 set print-completions-horizontally off
 set revert-all-at-newline off
 set show-all-if-ambiguous off
 set show-all-if-unmodified off
 set skip-completed-text off
 set visible-stats off
 set bell-style audible
 set comment-begin #
 set completion-prefix-display-length 0
 set completion-query-items 100
 set editing-mode emacs
 set history-size 1000
 set keymap emacs

到此,相信大家對“Linux的bind命令怎么使用”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

远安县| 嘉荫县| 高要市| 福海县| 葵青区| 新乡市| 玉田县| 名山县| 沽源县| 全椒县| 铜川市| 闻喜县| 广州市| 九龙县| 宝坻区| 大连市| 肇庆市| 嘉禾县| 楚雄市| 石屏县| 嘉黎县| 德江县| 文昌市| 临武县| 临海市| 友谊县| 修文县| 高唐县| 通化县| 会泽县| 勃利县| 安康市| 涟水县| 正宁县| 嘉荫县| 德江县| 南和县| 蕲春县| 灵台县| 柳林县| 郯城县|