From e78ed1c6500c92e52d2abd7fdc9ae1e3b722c79b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 7 Sep 2023 21:13:02 +0200 Subject: [PATCH 1/3] tmux switch pane with alt comma/dot --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ab0e7a8..3a66fe5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -54,9 +54,9 @@ bind -T naming_table w command-prompt "rename-window '%%'" set -g base-index 1 set-window-option -g pane-base-index 1 -# next window with alt-k, last with alt-j, no prefix needed. -bind -n M-j previous-window -bind -n M-k next-window +# next window with alt-, last with alt-, no prefix needed. +bind -n M-, previous-window +bind -n M-. next-window # tmux modes stuff. we have default mode and copy mode. # change the copy mode key to prefix-N , the default config isnt good for qwertz keyboards. From 4adbb1d073af606b9c0ef0afd0122158c1017557 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 7 Sep 2023 23:35:04 +0200 Subject: [PATCH 2/3] kitty firacode --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 09e5d1a..38e30bf 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -6,7 +6,7 @@ Fonts {{{ #: individual font faces and even specify special fonts for particular #: characters. -font_family AnonymicePro Nerd Font +font_family FiraCode Nerd Font bold_font auto italic_font auto bold_italic_font auto From 36e5bc409ead3fbc79c8fac2e9972f44c6a77e1d Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 7 Sep 2023 23:35:18 +0200 Subject: [PATCH 3/3] update nvim --- .config/nvim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim b/.config/nvim index 7b2db77..f048366 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 7b2db77584493f8a77f311527c6956365a3be072 +Subproject commit f0483666fa9dfd81821a610650a742e775d9d534