diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2022-10-19 10:18:27 +0200 |
---|---|---|
committer | mrexec <mrexec@pascal.opoint.com> | 2022-10-19 10:18:27 +0200 |
commit | e4fd24faf59ca9e673b75d3dd534ae02ba2736d0 (patch) | |
tree | 07b51a4290ec878fe85b13634551d7d4401bb6f4 /linux | |
parent | 8724ab1841f647603287d23f3f566a066143bcf0 (diff) | |
download | dotfiles-e4fd24faf59ca9e673b75d3dd534ae02ba2736d0.tar.gz dotfiles-e4fd24faf59ca9e673b75d3dd534ae02ba2736d0.zip |
Change some vim configuartion
Diffstat (limited to 'linux')
-rw-r--r-- | linux/tmux.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index f0d4733..683fb66 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -6,9 +6,9 @@ set -s escape-time 10 # faster command sequences set -s focus-events on set-option -sa terminal-overrides ',rxvt-256color:RGB' -run-shell "powerline-daemon -q" +#run-shell "powerline-daemon -q" #source "/usr/local/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf" -source "/home/jakob/.local/lib/python3.9/site-packages/powerline/bindings/tmux/powerline.conf" +#source "/home/jakob/.local/lib/python3.9/site-packages/powerline/bindings/tmux/powerline.conf" # -- display ------------------------------------------------------------------- set -g base-index 1 @@ -21,7 +21,7 @@ set -g display-time 1000 # slightly longer status messages display time set -g status-interval 10 # redraw status line every 10 seconds -set-option -g default-shell /usr/bin/zsh +#set-option -g default-shell /usr/bin/zsh set-option -g display-panes-active-colour colour33 set-option -g display-panes-colour colour166 @@ -36,8 +36,8 @@ set -g visual-activity off setw -g monitor-activity on set -g visual-activity on -unbind C-b -set -g prefix C-a +#unbind C-b +#set -g prefix C-a bind -n C-M-h resize-pane -L 2 bind -n C-M-j resize-pane -D 2 |