feat(tmux): add `C-n` and `C-p` remap to prevent typos

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

boltless.me a7874c7e 5800d263

verified
Changed files
+2
tmux
+2
tmux/.tmux.conf
··· 26 26 bind-key > resize-pane -R 5 27 27 bind-key < resize-pane -L 5 28 28 bind-key o switch-client -l 29 + bind-key C-n next-window 30 + bind-key C-p previous-window 29 31 30 32 # bind ctrl-ed version of other mappings 31 33 # e.g. `n` and `p` for navigating windows