Sean Lowe
Sean Lowe
Update: I was working this over an ssh session between two nodes on my local network. It seems to not work in an ssh session but if you run the...
``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2ff6502ed07f quay.io/footloose/centos7:0.6.3 "/sbin/init" 2 hours ago Up 2 hours 0.0.0.0:32783->22/tcp cluster-node1 e49d091e2b60 quay.io/footloose/centos7:0.6.3 "/sbin/init" 2 hours ago Up...
Here's how I got my Alt-Up / Alt-Down to work: ```lua -- .config/nvim/lua/plugins/moveline.lua return { 'willothy/moveline.nvim', build = 'make', lazy = false, config = function() local moveline = require('moveline') vim.keymap.set('n',...
Interesting idea. Yeah, I can see how the text cut-off could be annoying, especially in long spanning timelines. I'll look into this and see what I can do. Thanks for...
Interesting. I'll start looking into this. Can you provide a minimal reproducible test vault? Thanks!
This has to do with the groups functionality I added in one of the recent updates. Haven't quite found a solution to it yet but I am planning on fixing....
Minutes is a highly requested feature but I have not added that in yet. Not sure if I am going to unless I come up with a better way of...
I'm going to close this issue as the original point of this issue was the addition of minutes to the timeline dates which is already visible in #77 I'll break...
Indeed, that looks pretty jank. Could you do a couple things for me: - go into the plugin settings, scroll to the bottom and turn on debug mode. - hit...
I cannot reproduce this issue - are you using any themes? I've run into issues with themes in the past.