Show full output of command :hi in scratch window:
:Redir hi
Show full output of command :!ls -al in scratch window:
| <llppconfig> | |
| <ui-font size='18'> | |
| <![CDATA[/home/earnest/.local/share/fonts/Fontin-Regular.otf]]> | |
| </ui-font> | |
| <defaults zoom='100' | |
| auto-scroll-step='12' | |
| horizontal-scroll-step='24' | |
| case-insensitive-search='true' | |
| uri-launcher='$BROWSER "%s"' |
| /* | |
| * Copyright (C) 2017 Alberts Muktupāvels | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| /* | |
| * Copyright (C) 2017 Alberts Muktupāvels | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| CC=gcc | |
| CFLAGS=-Wall -O2 `pkg-config --cflags x11` | |
| LDFLAGS=`pkg-config --libs x11` | |
| SOURCES=toggle-decorations.c | |
| EXECUTABLE=$(patsubst %.c,%,$(SOURCES)) | |
| all: $(EXECUTABLE) | |
| clean: $(EXECUTABLE) |
| #!/bin/bash | |
| # | |
| # ImgurAlbum.sh | |
| # | |
| # Bash script to download images for an Imgur album | |
| # | |
| if [ -z "$1" ]; then | |
| echo "ImgurAlbum: missing Album ID" | |
| echo "Usage: ImgurAlbum [Album ID]" | |
| exit |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <protocol name="global_input_v1"> | |
| <copyright> | |
| Copyright (C) 2017 Greg V (greg@unrelenting.technology) | |
| Permission to use, copy, modify, and/or distribute this software for any | |
| purpose with or without fee is hereby granted. | |
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| // ==UserScript== | |
| // @name word highlight | |
| // @namespace http://ss-o.net/ | |
| // @description keywords highlight for Google Search and All | |
| // @include http://* | |
| // @include https://* | |
| // ==/UserScript== | |
| // スクロール中のみハイライトするように変えた。 | |
| //console.time("highlight"); | |
| (function word_hightlight(loaded){ |
A small collection of perl extensions for the rxvt-unicode terminal emulator.