Skip to content

Commit

Permalink
fix(tmux): add C-p C-n from sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Oct 16, 2024
1 parent d087c90 commit 0cf9a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/konrad/common/options/tmux/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
# Setup P (capital) to paste after the prefix keys, JUST LIKE VIM
bind P paste-buffer
# easier switching between next/prev window
bind-key C-p previous-window
bind-key C-n next-window
# Use m to toggle mouse mode
unbind m
bind-key m setw mouse
Expand Down

0 comments on commit 0cf9a43

Please sign in to comment.