term pipe keybinds
This commit is contained in:
parent
2eea5707bd
commit
5305539a3f
@ -9,4 +9,9 @@ alias grep='grep --color=auto'
|
|||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
|
PS0+='\e]133;C\e\\'
|
||||||
|
command_done() {
|
||||||
|
printf '\e]133;D\e\\'
|
||||||
|
}
|
||||||
|
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }command_done
|
||||||
PS1='\[\033[1;95m\]\u@\h:\W\$\[\033[0m\]\[\033[1;91m\]${?#0}\[\033[0m\] '
|
PS1='\[\033[1;95m\]\u@\h:\W\$\[\033[0m\]\[\033[1;91m\]${?#0}\[\033[0m\] '
|
||||||
|
@ -203,9 +203,9 @@ spawn-terminal=Control+Shift+h
|
|||||||
# maximize=none
|
# maximize=none
|
||||||
# fullscreen=none
|
# fullscreen=none
|
||||||
# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
||||||
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
pipe-scrollback=[sh -c 'f=$(mktemp); cat - > $f; footclient vim $f'] Control+Shift+s
|
||||||
# pipe-selected=[xargs -r firefox] none
|
# pipe-selected=[xargs -r firefox] none
|
||||||
# pipe-command-output=[wl-copy] none # Copy last command's output to the clipboard
|
pipe-command-output=[wl-copy] Control+Shift+y
|
||||||
# show-urls-launch=Control+Shift+o
|
# show-urls-launch=Control+Shift+o
|
||||||
# show-urls-copy=none
|
# show-urls-copy=none
|
||||||
# show-urls-persistent=none
|
# show-urls-persistent=none
|
||||||
|
Loading…
Reference in New Issue
Block a user