AutoYADM commit: 2024-11-12 01:15:01

This commit is contained in:
Daniel Fichtinger 2024-11-12 01:15:01 -05:00
parent 9b2896545a
commit f1ad5745b8
3 changed files with 12 additions and 7 deletions

View file

@ -8,3 +8,4 @@ font_size 12
# END_KITTY_FONTS # END_KITTY_FONTS
include ~/.cache/wal/colors-kitty.conf include ~/.cache/wal/colors-kitty.conf
background_opacity 0.8 background_opacity 0.8

View file

@ -40,12 +40,11 @@ map({ "n", "t", "i" }, "<C-Right>", "<cmd> TmuxNavigateRight<CR>", { desc = "Swi
map({ "n", "t", "i" }, "<C-Up>", "<cmd> TmuxNavigateUp<CR>", { remap = true }) map({ "n", "t", "i" }, "<C-Up>", "<cmd> TmuxNavigateUp<CR>", { remap = true })
map({ "n", "t", "i" }, "<C-Down>", "<cmd> TmuxNavigateDown<CR>", { desc = "Switch Window Down", remap = true }) map({ "n", "t", "i" }, "<C-Down>", "<cmd> TmuxNavigateDown<CR>", { desc = "Switch Window Down", remap = true })
map("n", "<C-CR>", function() -- map("n", "^M", function()
print("testing?") -- print("testing?")
Snacks.terminal(nil, { cwd = LazyVim.root() }) -- Snacks.terminal(nil, { cwd = LazyVim.root() })
end, { desc = "Terminal (Root Dir)" }) -- end, { remap = false, desc = "Terminal (Root Dir)" })
map("t", "<C-CR>", "<cmd>close<cr>", { desc = "Hide Terminal" }) -- map("t", "^M", "<cmd>close<cr>", { remap = false, desc = "Hide Terminal" })
map({ "x" }, "<M-Left>", "<M-h>", { remap = true }) map({ "x" }, "<M-Left>", "<M-h>", { remap = true })
map({ "x" }, "<M-Right>", "<M-l>", { remap = true }) map({ "x" }, "<M-Right>", "<M-l>", { remap = true })
map({ "n", "x", "v" }, "<M-Up>", "<M-k>", { remap = true }) map({ "n", "x", "v" }, "<M-Up>", "<M-k>", { remap = true })

View file

@ -1,8 +1,13 @@
set-option -sa terminal-overrides ",xterm*:Tc" # set-option -sa terminal-overrides ",xterm*:Tc"
set -g terminal-overrides ',xterm-kitty:Tc'
bind-key -n C-Enter send-keys C-Enter
set -g default-terminal "xterm-kitty"
unbind r unbind r
bind r source-file ~/.config/tmux/tmux.conf bind r source-file ~/.config/tmux/tmux.conf
unbind C-t unbind C-t
unbind C-b unbind C-b
set -g prefix C-t set -g prefix C-t
set -g mouse on set -g mouse on