From 8b263c939c74dee215ef3528712fbfa09384738c Mon Sep 17 00:00:00 2001 From: lhark Date: Wed, 25 Dec 2019 16:59:43 +0100 Subject: [PATCH] Small tweaks --- config/neomutt/keys.rc | 1 + zshrc | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/neomutt/keys.rc b/config/neomutt/keys.rc index 38ff5a2..52ffd03 100644 --- a/config/neomutt/keys.rc +++ b/config/neomutt/keys.rc @@ -74,6 +74,7 @@ set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?" # COMPOSE # ########### bind compose p postpone-message +bind compose P pgp-menu ########### # Browser # diff --git a/zshrc b/zshrc index a0564e8..86afd45 100644 --- a/zshrc +++ b/zshrc @@ -18,7 +18,9 @@ export PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin:$RC_PATH/bin:~/bin:/opt/cuda/ if which ruby >/dev/null && which gem >/dev/null; then PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH" fi +export BROWSER='/usr/bin/w3m -T "text/html"' export EDITOR=/usr/bin/vim +export GPG_TTY="$(tty)" # Prevent mime associations by wine export WINEPREFIX="$HOME/.wine" export WINEDLLOVERRIDES="winemenubuilder.exe=d" @@ -220,7 +222,7 @@ bindkey "[3~" delete-char bindkey "^[[Z" reverse-menu-complete -ZSH_AUTOSUGGEST_STRATEGY=(history completion) +ZSH_AUTOSUGGEST_STRATEGY=(history) source "${RC_PATH}/zsh-autosuggestions/zsh-autosuggestions.zsh" # ZSH syntax highlighting : /!\ keep at the bottom ! source "${RC_PATH}/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"