diff --git a/.config/kitty/kitty.conf##hostname.dbox b/.config/kitty/kitty.conf##hostname.dbox index 4a992561..cfbd8e05 100644 --- a/.config/kitty/kitty.conf##hostname.dbox +++ b/.config/kitty/kitty.conf##hostname.dbox @@ -8,3 +8,4 @@ font_size 12 # END_KITTY_FONTS include ~/.cache/wal/colors-kitty.conf background_opacity 0.8 + diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua index c968c3fa..e6dd3a45 100644 --- a/.config/nvim/lua/config/keymaps.lua +++ b/.config/nvim/lua/config/keymaps.lua @@ -40,12 +40,11 @@ map({ "n", "t", "i" }, "", " TmuxNavigateRight", { desc = "Swi map({ "n", "t", "i" }, "", " TmuxNavigateUp", { remap = true }) map({ "n", "t", "i" }, "", " TmuxNavigateDown", { desc = "Switch Window Down", remap = true }) -map("n", "", function() - print("testing?") - Snacks.terminal(nil, { cwd = LazyVim.root() }) -end, { desc = "Terminal (Root Dir)" }) -map("t", "", "close", { desc = "Hide Terminal" }) - +-- map("n", "^M", function() +-- print("testing?") +-- Snacks.terminal(nil, { cwd = LazyVim.root() }) +-- end, { remap = false, desc = "Terminal (Root Dir)" }) +-- map("t", "^M", "close", { remap = false, desc = "Hide Terminal" }) map({ "x" }, "", "", { remap = true }) map({ "x" }, "", "", { remap = true }) map({ "n", "x", "v" }, "", "", { remap = true }) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cb92b50d..56eff648 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 bind r source-file ~/.config/tmux/tmux.conf unbind C-t unbind C-b + set -g prefix C-t set -g mouse on