AutoYADM commit: 2024-12-13 15:00:02
This commit is contained in:
parent
e208c2c31a
commit
17c3afa137
3 changed files with 10 additions and 4 deletions
|
@ -10,7 +10,9 @@ include ~/.cache/wal/colors-kitty.conf
|
||||||
background_opacity 0.8
|
background_opacity 0.8
|
||||||
map ctrl+shift+r no_op
|
map ctrl+shift+r no_op
|
||||||
map ctrl+shift+o 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 [91;5u
|
||||||
|
map ctrl+enter send_text all \x1b[91~
|
||||||
# map ctrl+enter no_op
|
# map ctrl+enter no_op
|
||||||
# map ctrl+enter send_text all \u000A
|
# map ctrl+enter send_text all \u000A
|
||||||
# map ctrl+enter send_text all \x1b[91;5u
|
# map ctrl+enter send_text all \x1b[91;5u
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
|
|
||||||
local map = vim.keymap.set
|
local map = vim.keymap.set
|
||||||
map({ "n" }, "^[[91;5u", function()
|
map({ "n" }, "<Esc>[91~", function()
|
||||||
vim.notify("Done!")
|
vim.notify("Done!")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
# set -g default-terminal "screen-256color"
|
# 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-256color:extkeys"
|
||||||
# set -as terminal-features ',xterm-kitty:RGB'
|
# 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
|
set -s extended-keys on
|
||||||
|
|
||||||
|
# bind -n C-Enter send-keys "[13;2u"
|
||||||
|
|
||||||
# For image.nvim
|
# For image.nvim
|
||||||
set -gq allow-passthrough on
|
set -gq allow-passthrough on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue