From bbfb01c66a1314df393f688e5c5f12bbba5c8db1 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 22 May 2024 11:15:35 +0300 Subject: [PATCH] style(nvim) --- home/user/.config/nvim/lua/plugins/ui.lua | 5 ++++- home/user/.config/tmux/mappings.conf | 2 +- home/user/.config/tmux/options.conf | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/home/user/.config/nvim/lua/plugins/ui.lua b/home/user/.config/nvim/lua/plugins/ui.lua index a1a0d5c..670acb2 100644 --- a/home/user/.config/nvim/lua/plugins/ui.lua +++ b/home/user/.config/nvim/lua/plugins/ui.lua @@ -178,7 +178,10 @@ return { cmdline = { enabled = true, view = "cmdline_popup", - } + }, + health = { + checker = true, + }, }) end } diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index eeb6f3d..502d6a7 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -40,7 +40,7 @@ bind C-x confirm-before -p "kill other sessions? (y/n)" "kill-session -a" # kill pane bind q confirm-before -p "kill current pane? (y/n)" "kill-pane" # kill window -bind Q confirm-before -p "kill current window? (y/n)" "kill-window" +bind Q kill-window # Kill other windows bind C-q confirm-before -p "kill other windows? (y/n)" "kill-window -a" diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index d6c50e4..d2ca3f4 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -26,8 +26,8 @@ set -g display-panes-time $_tmux_display_panes_time set -g lock-command vlock # Shell command to lock client -set -g default-terminal "xterm-256color" -set -g terminal-overrides[101] "xterm-256color:Tc" +set -g default-terminal "tmux-256color" +set -g terminal-overrides[101] "tmux-256color:Tc" set-hook -g after-new-session[101] 'rename-window -t 1 1'