1.基础概念 模式:vim有几种模式,最常用的是正常模式(Normal Mode)、插入模式(Insert Mode)、命令行模式(Command-Line Mode)。 正常模式:这是vim的默认模式,你可以在此模式下进行文本导航和执行命令。 插入模式:在此模式下,你可以像在普通文本编辑器中一样输入和编辑文本。在正常模式下按i、I、a、A等键进入插...
sudo vi /etc/default/keyboard 找到以XKBOPTIONS开头的行,添加ctrl:nocaps使CAPS LOCK成为另一个CTRL键,或者添加ctrl:swapcaps使CAPS LOCK键和CTRL两键的功能相互交换。 例如,修改后的内容可能为: XKBOPTIONS="lv3:ralt_alt,compose:menu,ctrl:nocaps" 然后运行: sudo dpkg-reconfigure keyboard-configuration 详细...
Validate command argument types (string or command list) and give more 3年前 cmd-show-environment.c Add args parsing callback for some future work, currently unused. 3年前 cmd-show-messages.c Merge branch 'obsd-master' into master 3年前 cmd-show-options.c Merge branch 'obsd...
# pre_window: rbenv shell 2.0.0-p247 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf # Change the command to call tmux. This can be used by derivatives/wrappers like byobu. # tmux_command: byobu # Specifies (by...
XKBOPTIONS="lv3:ralt_alt,compose:menu,ctrl:nocaps" 然后运行: sudo dpkg-reconfigure keyboard-configuration 详细请参考Emacs WIKI。 定义一个更加容易按的 PREFIX CTRL-b不太好按,如果已将 CAPS LOCK 重定义为 CTRL,CTRL-a会好按的多(GNU-SCreen 的PREFIX 也是CTRL-a)。
Configurations Options: # Mouse support - set to on if you want to use the mouse * setw -g mode-mouse off * set -g mouse-select-pane off * set -g mouse-resize-pane off * set -g mouse-select-window off # Set the default terminal mode to 256color mode set -g default-terminal "...
Powerline originated as a status-line plugin for Vim. Its popular eye-catching look is based on the use of special symbols: To make use of these symbols, there are several options: use a font that already bundles those: this is e.g. the case of the 2.030R-ro/1.050R-it version of...
nvm use --lts#Pass command line options to tmux. Useful for specifying a different tmux.conf.#tmux_options: -f ~/.tmux.mac.conf#Change the command to call tmux. This can be used by derivatives/wrappers like byobu.#tmux_command: byobu#Specifies (by name or index) which window will be...
Startofline0C-a Start selection SpaceC-Space Transpose charsC-t Misc 代码语言:javascript 复制 d detach t big clock?list shortcuts:prompt Configurations Options: 代码语言:javascript 复制 # Mouse support-setto onifyou want to use the mouse*setw-g mode-mouse off*set-g mouse-select-pane off*...
status line. * Add -Z to find-window. * Support for windows larger than the client. This adds two new options, window-size and default-size, and a new command, resize-window. The force-width and force-height options and the session_width and session_height ...