Skip to content

Instantly share code, notes, and snippets.

View tripurari001's full-sized avatar
🐢
Thinking..........

Tripurari Shankar tripurari001

🐢
Thinking..........
View GitHub Profile
@Pagliacii
Pagliacii / neovim-as-merge-tool.md
Last active April 7, 2025 21:18
Using Neovim as a merge tool

git

Using diffview.nvim

# ~/.gitconfig
[merge]
  tool = diffview
[mergetool]
  prompt = false
@jottr
jottr / readline_shortcuts.md
Last active March 29, 2025 21:51
readline shortcuts

Readline

GNU readline is a commonly used library for line-editing; it is used for example by Bash, FTP, and many more (see the details of [readline][5] package under "Required By" for more examples). readline is also customizable (see man page for details).

Keyboard Shortcut Description

Ctrl+l Clear the screen

Cursor Movement