From 17c3afa13758770b42e90289aad5edab50912399 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 13 Dec 2024 15:00:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-13 15:00:02 --- .config/kitty/kitty.conf##hostname.dbox | 4 +++- .config/nvim/lua/config/keymaps.lua | 2 +- .config/tmux/tmux.conf | 8 ++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.config/kitty/kitty.conf##hostname.dbox b/.config/kitty/kitty.conf##hostname.dbox index 16ec0c64..0578762f 100644 --- a/.config/kitty/kitty.conf##hostname.dbox +++ b/.config/kitty/kitty.conf##hostname.dbox @@ -10,7 +10,9 @@ include ~/.cache/wal/colors-kitty.conf background_opacity 0.8 map ctrl+shift+r no_op map ctrl+shift+o no_op -map ctrl+enter send_text all \x1b[91;5u +# map ctrl+enter send_text all \x1b[91;5u +# map ctrl+enter send_text all  +map ctrl+enter send_text all \x1b[91~ # map ctrl+enter no_op # map ctrl+enter send_text all \u000A # map ctrl+enter send_text all \x1b[91;5u diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua index 87c937e5..02b1c797 100644 --- a/.config/nvim/lua/config/keymaps.lua +++ b/.config/nvim/lua/config/keymaps.lua @@ -4,7 +4,7 @@ local wk = require("which-key") local map = vim.keymap.set -map({ "n" }, "^[[91;5u", function() +map({ "n" }, "[91~", function() vim.notify("Done!") end) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2adc881d..2fe5764d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,10 +1,14 @@ # set -g default-terminal "screen-256color" -set -g default-terminal "xterm-kitty" +set -g default-terminal "xterm-256color" set -as terminal-features ",xterm-256color:extkeys" # set -as terminal-features ',xterm-kitty:RGB' -# set -gw xterm-keys on +set -g xterm-keys on +set -g allow-rename off +set -g terminal-overrides 'xterm*:smcup@:rmcup@' +bind-key -n 'C-M' send-keys -l '^m' set -s extended-keys on +# bind -n C-Enter send-keys "" # For image.nvim set -gq allow-passthrough on