neovim
neovim copied to clipboard
Neovim, Conjure and LSP for Clojure development using Fennel configuration
Page: https://practical.li/neovim/termux/git/ Update keygen to use new EDw 25519 key algorithm Link to https://practical.li/engineering-playbook/source-control/git-configuration/#ssh-keys Adding a local SSH public key to GitHub account ```shell termux-clipboard-set < $HOME/.ssh/id_rsa.pub && xdg-open https://github.com/settings/keys...
Neovim is a terminal app, so the terminal copy paste functions can be used These commands can be used with / and : commands for filenames and paths TODO: suggest...
Practicalli recommends using Neogit as the Neovim git client, especially when used to Magit style git client. `SPC g s` keybinding is already taken by AstroNvim (to stage the current...
Marks in Neovim aid navigation. Using consistent characters for navigation helps to make marks easier to use. Showing characters of each Mark in the margin is an effective way to...
Sorting lines `%:sort` Visually select lines and call `:sort` ## Sort options ?
Some popup windows contain more content than their size, requiring scrolling to see all the text. Update relevant sections of the book to show how to move the cursor to...
Add sections on - [ ] creating Gists from the current file or selected region. - [ ] listing existing Gists & viewing in neovim - [ ] Link to...
It seems that SSH agent for managing SSH keys can now be setup as a demon From the openssh package install ```shell The following packages will be upgraded: openssh 1...
trim.nvim plugin will remove blank space at the end of lines and extra blank lines. trim.nvim can also highlight blank spaces, defining a specific color Neovim filetypes can be defined...