diff dot_zshrc @ 564:b251d808fa04

Add tmux mapping to select the last command output and open selection in quickfix
author zegervdv <zegervdv@me.com>
date Sat, 19 Feb 2022 16:38:21 +0100
parents a47f3aab0371
children edace2b7e913
line wrap: on
line diff
--- a/dot_zshrc	Thu Feb 17 11:28:41 2022 +0100
+++ b/dot_zshrc	Sat Feb 19 16:38:21 2022 +0100
@@ -6,8 +6,8 @@
 
 export LC_ALL=$LANG
 
-PROMPT='%F{cyan}%T%f %F{red}%m%f %F{blue}%~%b%f
-%j -> '
+PROMPT=$'%F{cyan}%T%f %F{red}%m%f %F{blue}%~%b%f
+%j ->\u00A0'
 
 
 vim_ins_mode="%F{black}%K{yellow} INS %k%f"