updates from makefile
This commit is contained in:
parent
ecb8aafd46
commit
d8ee0b915a
1 changed files with 4 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
pkgs.tmuxPlugins.battery
|
pkgs.tmuxPlugins.battery
|
||||||
pkgs.tmuxPlugins.cpu
|
pkgs.tmuxPlugins.cpu
|
||||||
pkgs.tmuxPlugins.urlview
|
pkgs.tmuxPlugins.urlview
|
||||||
pkgs.muxPlugins.vim-tmux-navigator
|
pkgs.tmuxPlugins.vim-tmux-navigator
|
||||||
{
|
{
|
||||||
plugin = pkgs.tmuxPlugins.online-status;
|
plugin = pkgs.tmuxPlugins.online-status;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
|
|
@ -60,6 +60,7 @@
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g visual-activity off
|
set -g visual-activity off
|
||||||
set -g visual-bell off
|
set -g visual-bell off
|
||||||
|
set -sa terminal-overrides ",xterm*:Tc"
|
||||||
bind ^b last-window
|
bind ^b last-window
|
||||||
bind '~' split-window "exec ytop"
|
bind '~' split-window "exec ytop"
|
||||||
bind 1 select-window -t 1
|
bind 1 select-window -t 1
|
||||||
|
|
@ -96,8 +97,8 @@
|
||||||
bind g select-layout tiled
|
bind g select-layout tiled
|
||||||
bind Tab choose-window
|
bind Tab choose-window
|
||||||
bind o select-pane -t :.-
|
bind o select-pane -t :.-
|
||||||
bind | split-window -h
|
bind | split-window -h -c "#{pane_current_path}"
|
||||||
bind - split-window
|
bind - split-window -v -c "#{pane_current_path}"
|
||||||
bind e setw synchronize-panes
|
bind e setw synchronize-panes
|
||||||
bind C-c run "tmux show-buffer | wl-copy"
|
bind C-c run "tmux show-buffer | wl-copy"
|
||||||
bind C-v run "tmux set-buffer -- \"$(wl-paste)\"; tmux paste-buffer"
|
bind C-v run "tmux set-buffer -- \"$(wl-paste)\"; tmux paste-buffer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue