B4rc1
B4rc1
So let me get this straight, you want to limit the scope (if enabled) of f/F/t/T only when recording macros? Because if so, that sounds very inconsistent. Some keys working...
> I would pref an option over a prefix. Yeah, me too. > I also generally want my macros to be pessimistic, they can easily over step their intentions. What...
Hey I would very much like this feature, because I'm on an alternate keyboard layout and my homerow is `dtrn` so this plugin is not usable for me in it's...
Does not work on ```shell ❯ dijo --version dijo 0.2.7 ``` ``` ❯ cat ~/.config/dijo/config.toml [look] true_chr = "·" false_chr = "·" future_chr = "·" [colors] reached = "cyan" todo...
related: #16
``` Debugger entered--Lisp error: (args-out-of-range 1 1) line-number-display-width() writeroom-full-line-number-width() writeroom--enable() writeroom-mode(1) turn-on-writeroom-mode() global-writeroom-mode-enable-in-buffers() run-hooks(after-change-major-mode-hook) run-mode-hooks(org-mode-hook) org-mode() (let ((org-mode-hook nil) (org-inhibit-startup t)) (org-mode)) (let ((inhibit-modification-hooks t)) (let ((org-mode-hook nil) (org-inhibit-startup t))...
Is there a way to edit the `.js` file in Obsidian with syntax highlighting? I know can I view the files in the file explorer by changing `Files & Links...
Well, I found a temporary fix for the problem: Just put it in a markdown file and wrap the code block in javascript block comments like this: Note I use...
In case anyone comes across this in the future, this is my implementation: ```lua awful.screen.connect_for_each_screen(function(s) -- [...] s:connect_signal("swapped", function(self, other, is_source) if not is_source then return end local st =...
Works wonderfully, thank you!