mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Add support for terminal window swallowing
This commit is contained in:
parent
900f5f2706
commit
2446789d25
3 changed files with 9 additions and 1 deletions
|
@ -12,7 +12,7 @@ set scrolloff 5
|
|||
cmd open ${{
|
||||
case $(file --mime-type "$f" -bL) in
|
||||
text/*|application/json) $EDITOR "$f";;
|
||||
*) xdg-open "$f" ;;
|
||||
*) devour xdg-open "$f" ;;
|
||||
esac
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue