From 6ed144866831000fa537ac72134e85b759002147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Wed, 27 Dec 2023 10:58:32 +0300 Subject: [PATCH] Fix typo --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 95caa9f..21de69c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -33,7 +33,7 @@ bind-key -n 'C-M-c' copy-mode bind-key -T copy-mode-vi 'C-h' select-pane -L bind-key -T copy-mode-vi 'C-j' select-pane -D bind-key -T copy-mode-vi 'C-k' select-pane -U -bind-key -T copy-mode-vi kC-l' select-pane -R +bind-key -T copy-mode-vi 'C-l' select-pane -R # vim like copy mode bind-key -T copy-mode-vi v send-keys -X begin-selection