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',...