diff options
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 | ||||
m--------- | .config/alacritty/themes/dracula | 0 | ||||
-rw-r--r-- | .config/tmux/tmux.conf | 2 | ||||
-rw-r--r-- | .inputrc | 8 |
4 files changed, 11 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 426cfa7..b73e068 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -433,8 +433,8 @@ live_config_reload: true # - (macOS) /bin/bash --login # - (Linux/BSD) user login shell # - (Windows) powershell -#shell: -# program: /bin/bash +shell: + program: tmux # args: # - --login diff --git a/.config/alacritty/themes/dracula b/.config/alacritty/themes/dracula -Subproject 05faff15c0158712be87d200081633d9f4850a7 +Subproject 77aff04b9f2651eac10e5cfa80a3d85ce43e798 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cbc5cba..e55a527 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -20,5 +20,5 @@ set -g set-titles-string "#{window_name} #{user}@#{host_short}" bind-key b set-option status set -g lock-command vlock bind L lock-session -bind R source-file ~/.config/tmux/tmux.conf; display-message "source-file done" +bind R 'source-file ~/.config/tmux/tmux.conf; display-message "source-file done"' @@ -10,6 +10,14 @@ set show-mode-in-prompt on # set vi-cmd-mode-string \1\e[2 q\2 #$endif +$if term=foot + set show-mode-in-prompt on + set emacs-mode-string "\1\e]133;A\e\\\2" + # Uncomment and/or adjust if you're using the vi editing-mode. + # set vi-cmd-mode-string "\1\e]133;A\e\\\2" + # set vi-ins-mode-string "\1\e]133;A\e\\\2" +$endif + "\e[1;5D": backward-word "\e[1;5C": forward-word |