diff --git a/README.md b/README.md index ed49e53..f8cfc84 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,14 @@ - [tpm][tpm]: Plugin Manager. - [tmux-prefix-highlight][tmux-prefix-highlight]: highlights when you press tmux prefix key. - [tmux-menus][tmux-menus]: Popup menus. - - [extrakto][extrakto]: quickly select, copy/insert/complete text without a mouse. + - [extrakto][extrakto]: select, copy/insert/complete text without a mouse (prefix Tab). - [tmux-sidebar][tmux-sidebar]: directory tree for the current path. -- Usage of tmux popups & fzf. -- Some defaults are now rewritten as toggle modes, like sync or zoom. -- Simple color theme with true colors. +- Prefix rebinded to `Ctrl+x` (`Ctrl+w` for remote/ssh sessions). +- Toggle Sync mode for visible panes with `Prefix-a`. +- Toggle Zoom current Pane with `Prefix-Z`. Next & Previous: `Prefix-e`,`Prefix-z`. +- Open a popup session changer with `Prefix-Ctrl+j`. +- Open a popup Scratch session with `Prefix-Ctrl+g`. +- Nice status (display current command) & color theme with true colors. - Compatible with my environment config: [bashrc][bashrc_repo]. - Check more in the conf file … @@ -30,6 +33,7 @@ - ncurses (apt or [build][ncurses_repo]) - [Gitmux][gitmux_repo] - [Fzf][fzf_repo] 0.35+ for `fzf-tmux` +- exa for the tmux-sidebar: `sudo apt install exa` ### Recommended diff --git a/tmux.conf b/tmux.conf index 8771667..b2d37d1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -183,7 +183,7 @@ set -g @extrakto_open_key 'ctrl-o' # tmux-sidebar configs set -g @sidebar-tree-width '40' -set -g @sidebar-tree-command 'exa -abTL 2 --long --color always --icons --sort Name --group-directories-first --no-permissions --no-time --no-user' +set -g @sidebar-tree-command 'exa -ab --long --git --color always --icons --sort Name --group-directories-first --no-permissions --no-time --no-user' set -g @sidebar-tree 'C-e' set -g @sidebar-tree-focus 'C-z'