From ec74ddb9ba014318d0429dc7f1e85c8d3c17a8b7 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 11 Apr 2025 13:42:15 +0200 Subject: [PATCH] update --- alacritty.toml | 18 ++++++++++++++++++ tmux.conf | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 alacritty.toml diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..0ae520a --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,18 @@ +[font] +size = 12 + +[font.bold] +family = "FiraCode Nerd Font" +style = "Bold" + +[font.bold_italic] +family = "FiraCode Nerd Font" +style = "Bold Italic" + +[font.italic] +family = "FiraCode Nerd Font" +style = "Italic" + +[font.normal] +family = "FiraCode Nerd Font" +style = "Regular" diff --git a/tmux.conf b/tmux.conf index 294d5a4..aa9e9e9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,10 @@ set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' bind -n C-f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'" setw -g mouse on +bind c new-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind '"' split-window -v -c "#{pane_current_path}" + set-option -sa terminal-features ',xterm-256color:RGB' run '~/.tmux/plugins/tpm/tpm'