AutoYADM commit: 2024-12-13 15:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-13 15:30:02 -05:00
parent f09f547d3b
commit bb8e1c9e23
4 changed files with 24 additions and 10 deletions

View file

@ -1,4 +1,4 @@
disable_terminal_key_bindings yes
# disable_terminal_key_bindings yes
# BEGIN_KITTY_FONTS
font_family family='SauceCodePro Nerd Font Mono' postscript_name=SauceCodeProNFM
bold_font auto
@ -11,7 +11,8 @@ 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[A
# map ctrl+enter send_text all {
# map ctrl+enter send_text all \x1b[A
# map ctrl+enter send_text all \x1b[91;5u
# map ctrl+enter send_text all 
# map ctrl+enter send_text all \x1b[91;5~

View file

@ -1 +1,6 @@
print("hello nvim")
-- vim.keymap.set("n", "<80>ku", function()
-- print("Detected... special")
-- end)
-- vim.keymap.set("n", "<Up>", function()
-- print("Detected... special")
-- end)

View file

@ -1,12 +1,18 @@
# set -g default-terminal "screen-256color"
set -g default-terminal "xterm-256color"
set -as terminal-features ",xterm-256color:extkeys"
# set -as terminal-features ',xterm-kitty:RGB'
# set -g default-terminal "xterm-256color"
set -g default-terminal "tmux-256color"
# set -as terminal-features ",xterm-256color:extkeys"
set -as terminal-features ',xterm-kitty:RGB'
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 escape-time 1
# set -g terminal-overrides 'xterm*:smcup@:rmcup@'
# bind-key -n 'C-M' send-keys -l '^m'
# set -s extended-keys on
# bind-key -n C-Enter send-keys '}'
bind-key i display-message "test i"
bind-key C-Enter display-message "test enter"
# bind -n C-Enter send-keys ""

4
.zshrc
View file

@ -25,7 +25,9 @@ bindkey "^e" edit-command-line
alias ls="eza --long --git --header --icons"
alias c="clear"
alias top=btop
# alias v='NVIM_APPNAME="nvim-min" nvim'
alias minvim='NVIM_APPNAME="nvim-min" nvim'
alias vimclean='nvim --clean'
alias catkeys='/bin/cat -v'
alias v='nvim'
alias vim='nvim'
alias vi='nvim'