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

This commit is contained in:
Daniel Fichtinger 2024-12-25 15:30:02 -05:00
parent 1dd01e43b4
commit 580070afa1
2 changed files with 6 additions and 7 deletions

View file

@ -33,7 +33,6 @@ return {
icons = icons.md, icons = icons.md,
}, },
bullet = { bullet = {
-- icons = { "•", "⦾", "∙" },
icons = { "", "" }, icons = { "", "" },
}, },
latex = { latex = {

View file

@ -123,14 +123,14 @@ bind Up resize-pane -U 5
bind Down resize-pane -D 5 bind Down resize-pane -D 5
# Focus windows # Focus windows
bind u next-window bind -n M-u next-window
bind l previous-window bind -n M-l previous-window
# Swap active pane with direction # Swap active pane with direction
bind -n M-j swap-pane -t left bind C-j swap-pane -t left
bind -n M-l swap-pane -D bind C-l swap-pane -D
bind -n M-u swap-pane -U bind C-u swap-pane -U
bind -n M-y swap-pane -t right bind C-y swap-pane -t right
# m to mark a pane, M to "swap" it with current pane # m to mark a pane, M to "swap" it with current pane
# Note: this does not "unmark" the marked pane! # Note: this does not "unmark" the marked pane!