style(nvim)

This commit is contained in:
thek4n 2024-05-22 11:15:35 +03:00
parent e16cd3874b
commit bbfb01c66a
3 changed files with 7 additions and 4 deletions

View File

@ -178,7 +178,10 @@ return {
cmdline = {
enabled = true,
view = "cmdline_popup",
}
},
health = {
checker = true,
},
})
end
}

View File

@ -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"

View File

@ -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'