You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was serving in the military, the environment for programming was inadequate. So, I started this project with the idea of creating my own development environment.
✨Features
✅ Supported OS: Linux AMD, Linux ARM, macOS Silicon/ARM, macOS Intel/AMD
✅ Full-Stack Tool Support: Spring Boot (Maven/Gradle), Anaconda, Flutter, React
✅ Supports HTML, CSS, JavaScript
✅ Auto Completion & Diagnostics
✅ Code Formatting & Code Actions
✅ Run Debug & Tests
✅ Fully supports Command Line Interface (no mouse needed)
✅ Quick access anytime, anywhere via SSH and mosh
Note
GUI-based features for web and app development require a separate environment.
The Leader Key is mapped to the Spacebar. The <leader> notation used in the key mappings refers to pressing the Spacebar followed by the specified key(s).
🔸 Basic Keymaps
Keymap
Description
jk
Exit insert mode
Tab
Switch to next buffer
Shift+Tab
Switch to previous buffer
<leader>bn
Go to next buffer
<leader>bp
Go to previous buffer
K (visual mode)
Move selected line(s) up
J (visual mode)
Move selected line(s) down
Ctrl-s
Save file
Ctrl-q
Save and quit
Ctrl-h
Move to left split
Ctrl-j
Move to down split
Ctrl-k
Move to up split
Ctrl-l
Move to right split
Ctrl-Up
Decrease window height
Ctrl-Down
Increase window height
Ctrl-Left
Decrease window width
Ctrl-Right
Increase window width
< (visual mode)
Move indent left
> (visual mode)
Move indent right
<leader>h
Clear search highlight
]c
Go to next diagnostic
[c
Go to previous diagnostic
🔸 Plugin Keymaps
[Plugin] vim-bbye
Keymap
Description
<leader>bd
Delete buffer
[Plugin] nvim-osc52
Keymap
Description
Ctrl+c (visual mode)
Copy to clipboard
Ctrl+v
Paste from clipboard
Ctrl+v (visual mode)
Paste from clipboard
[Plugin] hop.nvim
Keymap
Description
<leader>s
Jump to character
[Plugin] Comment.nvim
Keymap
Description
gcc
Toggles the current line comment (normal mode)
gc
Toggles the region linewise comment (visual mode)
[Plugin] luasnip
Keymap
Description
Ctrl+l
Jump to the next snippet placeholder (insert and visual mode)
Ctrl+h
Jump to the previous snippet placeholder (insert and visual mode)