add zsh behavior to the env instead of profile, I want it everywhere

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-29 14:56:53 -05:00
parent 69f3a48313
commit bf63fb29cd
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,12 @@
{ ... }:
{
# More of an experiment to try out since wezterm is being weird on wayland...
#
#
programs.alacritty = {
enable = true;
settings = {
window = {
decorations = "None";
# TODO revisit, I still want some border shadow but no top bar but that is not an option
# decorations = "None";
dynamic_title = false;
};
colors = {
@ -33,6 +32,7 @@
## TODO use 16 on macos ...
};
# TODO revisit... none of this is working.
# NOTE: I probably wont need these anymore, I've since entirely remade and relearned my tmux shortcuts to not be based on these
keyboard.bindings = [
# { key = "m"; mods = "Command"; chars = "test"; }
# { key = "t"; mods = "Control"; action = { SendString = "\\x01t"; }; }

View file

@ -8,7 +8,7 @@
defaultKeymap = "emacs";
profileExtra = ''
envExtra = ''
# Make home/end and ctrl + left/right nav how I expect them to like in bash
bindkey "\e[1~" beginning-of-line
bindkey "\e[4~" end-of-line