diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-15 22:35:23 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-15 22:35:23 -0300 |
| commit | c79c9c2d3e542f786390f2a11852abeb0f8518b7 (patch) | |
| tree | 5d53547840afc6793150124bd2daf50fb3ccd835 | |
| parent | dmenu-emoji.sh: Fix script to work from any path (diff) | |
| download | dotfiles-c79c9c2d3e542f786390f2a11852abeb0f8518b7.tar.gz dotfiles-c79c9c2d3e542f786390f2a11852abeb0f8518b7.tar.xz | |
tmux.conf: Change moving keybindings
| -rw-r--r-- | tmux/tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 52d6b514..f2acfa89 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -16,10 +16,10 @@ bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe "xclip -select bind-key y send-keys -X copy-pipe "xclip -selection clipboard -i" \; display-message "Copied system clipboard! Hooray! Long-live tmux!" # Moving around panes -bind-key -n C-M-h select-pane -L -bind-key -n C-M-j select-pane -D -bind-key -n C-M-k select-pane -U -bind-key -n C-M-l select-pane -R +bind-key -n M-h select-pane -L +bind-key -n M-j select-pane -D +bind-key -n M-k select-pane -U +bind-key -n M-l select-pane -R # Resizing panes bind-key -n M-H resize-pane -L 5 |
