@@ -24,6 +24,7 @@ The supported platforms currently are macOS and Linux.
2424 - [ Toggle Vim/Neovim background transparent] ( #Toggle-VimNeovim-background-transparent )
2525 - [ Toggle Alacritty background transparent] ( #Toggle-Alacritty-background-transparent )
2626 - [ Print 256 colors] ( #Print-256-colors )
27+ - [ Print Icons] ( #Print-Icons )
2728 - [ With Keyboard Shortcuts/Hotkey] ( #With-Keyboard-shortcutsHotkey )
2829 - [ Change colorscheme of Vim/Neovim and Alacritty randomly] ( #Change-colorscheme-of-VimNeovim-and-Alacritty-randomly )
2930 - [ Change font of Alacritty randomly] ( #Change-font-of-Alacritty-randomly )
@@ -50,7 +51,6 @@ The supported platforms currently are macOS and Linux.
5051 - [ web-search] ( #web-search )
5152 - [ colorize] ( #colorize )
5253 - [ sudo] ( #sudo )
53- - [ themes] ( #themes )
5454 - [ copyfile] ( #copyfile )
5555 - [ copydir] ( #copydir )
5656 - [ aliases] ( #aliases )
@@ -75,7 +75,9 @@ The supported platforms currently are macOS and Linux.
7575 - [ vimhack/tmux-audio-volume] ( #vimhacktmux-audio-volume )
7676 - [ vimhack/tmux-battery] ( #vimhacktmux-battery )
7777 - [ vimhack/tmux-cpu] ( #vimhacktmux-cpu )
78+ - [ vimhack/tmux-onlinestatus] ( #vimhacktmux-onlinestatus )
7879 - [ vimhack/tmux-weather] ( #vimhacktmux-weather )
80+ - [ vimhack/tmux-moon-phase] ( #vimhacktmux-moon-phase )
7981 - [ FQA] ( #FQA )
8082- [ Vim/Neovim] ( #VimNeovim )
8183 - [ Leader Key] ( #Leader-Key )
340342$ hex
341343```
342344
345+ #### <a name =" Print-Icons " ></a >Print Icons [ ⌆] ( #In-Terminal-Command-Line )
346+
347+ ``` sh
348+ $ print-icons
349+
350+ or
351+
352+ $ icons
353+ ```
354+
355+ <++>
356+
343357### <a name =" With-Keyboard-ShortcutsHotkey " ></a >With Keyboard Shortcuts/Hotkey [ ⌅] ( #ColorschemeTheme )
344358
345359> ` ctrl a ` follows is the tmux prefix key.
@@ -650,16 +664,6 @@ Available search contexts are:
650664
651665Easily prefix your current or previous commands with ` sudo ` by pressing <kbd >esc</kbd > twice.
652666
653- #### <a name =" themes " ></a >themes [ ⌆] ( #ohmyzsh-plugins )
654-
655- > ~ /.oh-my-zsh/plugins/themes/README.md
656-
657- - ` theme <theme_name> ` : Changes the Zsh theme to specified theme.
658-
659- - ` theme ` : Changes the Zsh theme to some random theme.
660-
661- - ` lstheme ` : Lists installed Zsh themes.
662-
663667#### <a name =" copyfile " ></a >copyfile [ ⌆] ( #ohmyzsh-plugins )
664668
665669> ~ /.oh-my-zsh/plugins/copyfile/README.md
@@ -871,10 +875,18 @@ Display battery status in the Tmux status line.
871875
872876Display cpu utilization and fan speed in the Tmux status line.
873877
878+ #### <a name =" vimhacktmux-onlinestatus " ></a >[ vimhack/tmux-onlinestatus] ( https://github.com/vimhack/tmux-onlinestatus ) [ ⌆] ( #tmux-plugins )
879+
880+ Display online status in the Tmux status line.
881+
874882#### <a name =" vimhacktmux-weather " ></a >[ vimhack/tmux-weather] ( https://github.com/vimhack/tmux-weather ) [ ⌆] ( #tmux-plugins )
875883
876884Display local weather information in the Tmux status line.
877885
886+ #### <a name =" vimhacktmux-moon-phase " >[ vimhack/tmux-moon-phase] ( https://github.com/vimhack/tmux-moon-phase ) [ ⌆] ( #tmux-plugins )
887+
888+ Display moon phase emoji or icon or text in the Tmux status line.
889+
878890### <a name =" FQA " ></a >FQA [ ⌅] ( #Tmux )
879891
880892- In some cases, modifying ` ~/.tmux.conf ` cannot take effect after reload or restart Tmux, how to fix it?
@@ -909,14 +921,18 @@ The vim leader key has been changed from `\`(default) to `,`.
909921- ` Ctrl ` ` e ` /` y ` : Move the screen down or up by 3 lines step
910922- ` 0 ` : Move the cursor to the first non-blank character, if already at the first character, then to the first character.
911923- ` , ` ` 1 ` /` 2 ` /` 3 ` ... : Go to the specific tab
924+ - ` , ` ` 0 ` : Go to the last tab
912925- ` Option/Alt ` ` 1 ` /` 2 ` /` 3 ` ... : Go to the specific tab
913- - ` , ` ` fc ` : Create new tab
914- - ` , ` ` fq ` : Close current tab
915- - ` , ` ` fo ` : Close all tabs except current one
926+ - ` Option/Alt ` ` 0 ` : Go to the last tab
916927- ` , ` ` fn ` : Go to the next tab
917928- ` , ` ` fp ` : Go to the previous tab
929+ - ` Ctrl ` ` t ` : Create new tab
918930- ` , ` ` fh ` : Move the tab to the left
919931- ` , ` ` fl ` : Move the tab to the right
932+ - ` , ` ` qo ` : Close all tabs except current one
933+ - ` , ` ` qq ` : Close current tab
934+ - ` , ` ` q ` ` 1 ` /` 2 ` /` 3 ` ... : Close the specific tab
935+ - ` , ` ` q ` ` 0 ` : Close the last tab
920936
921937#### <a name =" Insert-Mode " ></a >Insert Mode [ ⌆] ( #Custom-key-bindings )
922938
@@ -932,6 +948,7 @@ The vim leader key has been changed from `\`(default) to `,`.
932948- ` Ctrl ` ` w ` : Delete a word from left
933949- ` Ctrl ` ` s ` : Toggle spell check
934950- ` Option/Alt ` ` 1 ` /` 2 ` /` 3 ` ... : Go to the specific tab
951+ - ` Option/Alt ` ` 0 ` : Go to the last tab
935952
936953#### <a name =" Visual-Mode " ></a >Visual Mode [ ⌆] ( #Custom-key-bindings )
937954
@@ -1053,8 +1070,6 @@ you can `UnPlug` them in `$HOME/.vimrc.plugins.local`.
10531070For example:
10541071
10551072``` vim
1056- " Disable smooth scroll feature.
1057- UnPlug 'terryma/vim-smooth-scroll'
10581073" Disable input method auto switch feature.
10591074UnPlug 'lyokha/vim-xkbswitch'
10601075" Disable vim hardtime feature.
0 commit comments