this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

+2
+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