diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-07 13:11:51 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-07 13:11:51 +0000 |
commit | 9e665b891abc0024816a2e8caa9e3ace53c0d2d3 (patch) | |
tree | 738a61253e8c4dfadeaa8e48cd89ef77c9b9b14b /nix-conf/home | |
parent | ba35d6cacc99e559c468e4a15dd8a08bdf1dc380 (diff) | |
download | dotfiles-9e665b891abc0024816a2e8caa9e3ace53c0d2d3.tar.gz |
Remove comment
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index ea10955..03020a3 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -95,7 +95,6 @@ bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down - # TODO should we use something based on ~/.zkbd/$TERM-${${DISPLAY:t}:-$VENDOR-$OSTYPE} ? # make home and end work [[ -z "$terminfo[khome]" ]] || bindkey -M emacs "$terminfo[khome]" beginning-of-line [[ -z "$terminfo[khome]" ]] || bindkey -M emacs "$terminfo[khome]" beginning-of-line |