Skip to content

Conversation

@prime-run
Copy link
Collaborator

Pull Request

Description

This PR adds very minimal but necessary Vim configuration using built in 'vim' features (no plugins).

syntax on # parser
filetype plugin indent on # indent using parser rules
colorscheme zaibatsu #the only nice built-in colorscheme 

set wildmenu # auto completion, triggered with cltr + n in insert mode 


inoremap <C-c> <Esc> # same thing, but no wiredness in visual-line mode!  
nnoremap <leader>ff :w<CR>
nnoremap ; : # everyone use this remap nowadays :)
vnoremap ; :

Type of change

Please put an x in the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (non-breaking change; modified files are limited to the documentations)
  • Technical debt (a code change that does not fix a bug or add a feature but makes something clearer for devs)
  • Other (provide details below)

Checklist

Please put an x in the boxes that apply:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit message follows the commit guidelines.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added a changelog entry.
  • I have added necessary comments/documentation to my code.
  • I have added tests to cover my changes.
  • I have tested my code locally and it works as expected.
  • All new and existing tests passed.

Screenshots

example :

250427_15h39m31s_screenshot

Additional context

Add any other context about the problem here.

@prime-run prime-run mentioned this pull request Apr 28, 2025
16 tasks
@kRHYME7 kRHYME7 merged commit 7e70fbc into HyDE-Project:dev Apr 28, 2025
kRHYME7 added a commit that referenced this pull request May 2, 2025
* add necessary Vim config (#533)

* add necessary Vim config

* feat:  source HyDE configs and  Added wallbash theme instead

* Correct psv file

---------

Co-authored-by: Khing <[email protected]>

* fix (deploy): vim path

* emty

* boop

* empty

* empty

* refactor(zsh): Prompts spawned instantly by lazy loading plugins.

CONS:  click enter to initiate all like history etc,

* refactor(zsh):  Use xdg-user-dirs

* fix(zsh): separate persistent aliases

* fix(zsh):  handle if not on hyprland

* fix (scripts) : handler if on tty

* docs: remove extra space (#541)

* fix(zsh): history file for zsh // fixes history not loaded on startup

* Fix hyprland keybinds (#543)

* fix hypr keybinds

* add <alt-t> to KEYBINDINGS.md

* fix NOTE in KEYBINDINGS.md

* window -> focus

* Minor modifications to fish and starship configs (#544)

* minor modifications to fish config

* fix nerd icons in starship config

* fix (zsh): fix history due to instant  prompt.

* fix (zsh): f

* fix(zsh):properly handle package manager

* feat(rofi): Added calculator

* fix: zoom --step

* fix(starship): prompt is off  3 new lines

---------

Co-authored-by: prime-run <[email protected]>
Co-authored-by: Khing <[email protected]>
Co-authored-by: ProfShiba <[email protected]>
0xGeN02 pushed a commit to 0xGeN02/HyDE that referenced this pull request May 25, 2025
* add necessary Vim config

* feat:  source HyDE configs and  Added wallbash theme instead

* Correct psv file

---------

Co-authored-by: Khing <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants