This commit is contained in:
Henrik Bakken
2021-03-04 20:24:40 +01:00
parent c452826815
commit 7865c357ef
13 changed files with 117 additions and 99 deletions
+6 -5
View File
@@ -15,8 +15,8 @@ set -g bell-action none
setw -g mode-keys vi
# mouse control (clickable windows, panes, resizable panes)
setw -g mouse on
set -g mouse on
setw -g mouse off
set -g mouse off
# clipboard control
set -g set-clipboard on
@@ -62,7 +62,7 @@ bind ø command-prompt
#bind \ show-messages
# Copy mode
bind v copy-mode
bind c copy-mode
# clipboard control
bind p paste-buffer
@@ -93,8 +93,8 @@ bind -r j resize-pane -D 2 \; display-message "Resize down"
bind -n M-o resize-pane -Z
# split panes using | and -, make sure they open in the same path
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
bind s split-window -v -c "#{pane_current_path}"
bind § split-window -fh -c "#{pane_current_path}"
bind _ split-window -fv -c "#{pane_current_path}"
@@ -173,6 +173,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'sainnhe/tmux-fzf'
# note: fzf bound to 'F'
#set -g @plugin 'odedlaz/tmux-onedark-theme'