Linux的bind命令怎么使用

发布时间:2022-02-16 10:17:29 作者:iii
来源:亿速云 阅读:250

本篇内容主要讲解“Linux的bind命令怎么使用”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Linux的bind命令怎么使用”吧!

Linux常用命令 bind命令用于显示或设置键盘按键与其相关的功能,您可以利用bind命令了解有哪些按键组合与其功能,也可以自行指定要用哪些按键组合。

Linux的bind命令怎么使用

语法

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

参数说明

实例

显示按键组合的所有功能

 # 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命令怎么使用”有了更深的了解,不妨来实际操作一番吧!这里是亿速云网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

推荐阅读:
  1. Linux如何使用bind函数绑定套接字
  2. JavaScript中如何使用的bind方法

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

linux bind

上一篇:Linux中umount命令怎么用

下一篇:Linux的popd命令怎么使用

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》