Damir
Damir
Build gradle: ```groovy dependencyManagement { imports { mavenBom "org.springframework.cloud:spring-cloud-dependencies:2022.0.2" } } ``` docker run: ```bash ❯ docker run --name bib_authorization-service \ ─╯ -p 9000:9000 \ -d dameergamlet/bib-authorization-service:1.0-SNAPSHOT \ --restart=no ```...
Actions to occur: 1) Open the Tilix terminal. 2) Install and use default ZSH. 3) Resize the window. 4) Observe "artifacts".  Result: Additional information: * Correct display in terminal...

I'm not sure what is possible, but I would like to set the ALT+up/down combination for move line.up/down accordingly. How could I do that? (using neovim / lazy.nvim) mappings.lua ...