Skip to content

Instantly share code, notes, and snippets.

View nafisk's full-sized avatar
💣
blowing up code

Nafis Khan nafisk

💣
blowing up code
View GitHub Profile
@danielkec
danielkec / LazyVIM.md
Last active April 10, 2025 01:23
LazyVIM

Default shortcuts

Ctrl+h        select file tree
Ctrl+l        select file editor
Shift+h       left editor tab
Shift+l       right editor tab
Alt+j         move current line up
Alt+k         move current line down
double space  filename search(telescope) - `Ctrl+d` and `Ctrl+u` to scroll preview
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active October 27, 2025 12:21
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname