This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq | |
vterm-clipboard-warning-max-lines 20 | |
vterm-clipboard-warning-max-chars 256) | |
;; (define-key vterm-mode-map (kbd "M-c") 'kill-ring-save) | |
(defun bss/vterm-kill-ring-save () | |
(interactive) | |
(let* ((str "") | |
(len 0) | |
(lines 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun bss/send-to-vterm (str) | |
(interactive) | |
(let* ((inhibit-read-only t)) | |
(vterm-send-string str nil))) | |
(defhydra hydra-term-snippets (:hint nil :exit nil) | |
" | |
Insert snippets: | |
_a_liases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": { | |
"type": "datasource", | |
"uid": "grafana" | |
}, | |
"enable": true, |
OlderNewer