From 290ea781dac036290cc387f2ed01a74632186e2d Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Tue, 11 Jul 2023 14:44:40 +0200 Subject: [PATCH] fixes --- init.lua | 1 + nvim_listen.sh | 3 +++ config.ini => polybar | 0 settings.json | 3 ++- tmux.conf | 4 ++-- 5 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 nvim_listen.sh rename config.ini => polybar (100%) diff --git a/init.lua b/init.lua index 72789fa..203a469 100644 --- a/init.lua +++ b/init.lua @@ -76,6 +76,7 @@ require("lazy").setup({ }) end, }, + "f-person/git-blame.nvim", }) require("stickybuf").setup() diff --git a/nvim_listen.sh b/nvim_listen.sh new file mode 100755 index 0000000..fad3e62 --- /dev/null +++ b/nvim_listen.sh @@ -0,0 +1,3 @@ +#!/bin/sh +nvim --listen ~/.cache/nvim/server.pipe $@ + diff --git a/config.ini b/polybar similarity index 100% rename from config.ini rename to polybar diff --git a/settings.json b/settings.json index 166c43f..5c8bd4e 100644 --- a/settings.json +++ b/settings.json @@ -41,5 +41,6 @@ "workbench.iconTheme": "catppuccin-macchiato", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "window.zoomLevel": 1 } diff --git a/tmux.conf b/tmux.conf index 5d89e43..b5a8202 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,8 +17,8 @@ set -g @tmux-gruvbox 'dark' # set -g @plugin 'git@github.com:user/plugin' # set -g @plugin 'git@bitbucket.com:user/plugin' - -bind r source-file ~/.tmux.conf +bind-key -n Home send Escape "OH" +bind-key -n End send Escape "OF" set -g default-terminal xterm-256color set -ga terminal-overrides ",xterm-256color:Tc"