Merge with single-screen branch
This commit is contained in:
@@ -96,8 +96,11 @@ handle_extension() {
|
||||
jq --color-output '.' "${FILE_PATH}" && exit 5
|
||||
python -m json.tool -- "${FILE_PATH}" && exit 5
|
||||
|
||||
# txt)
|
||||
# cat "${FILE_PATH}" && exit 5
|
||||
js)
|
||||
bat "${FILE_PATH}" && exit 5
|
||||
|
||||
txt)
|
||||
bat "${FILE_PATH}" && exit 5
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
@@ -668,8 +668,8 @@ set preview_images true
|
||||
# The same as urxvt but utilizing not only the preview pane but the
|
||||
# whole terminal window.
|
||||
# set preview_images_method w3m
|
||||
# set preview_images_method ueberzug
|
||||
set preview_images_method kitty
|
||||
set preview_images_method ueberzug
|
||||
# set preview_images_method kitty
|
||||
# set preview_images_method urxvt
|
||||
# set preview_images_method urxvt-full
|
||||
|
||||
|
||||
Reference in New Issue
Block a user