Commit Graph

3 Commits

Author SHA1 Message Date
b3bce97ba2 [+] update vim settings
1. disable filetype plugin;
  2. add import into beta.py augroup;
  3. add ++nested for BufEnter,
    but at the end, just disable filetype
    plugin;
    since can't figure out the way
    to override its effect;
2026-01-06 22:07:49 +03:00
f657d63522 [+] update vim, python3 plugin
1. handle escape character;
  2. handle items filtering
    based on entered letters;
  3. redraw UI when the filter
    changes;
  4. TODO
    handle selection changes via arrows, hjkl;
  5. TODO
    handle selection after Enter has been pressed;
2025-10-16 17:13:50 +03:00
ecab00f4aa [+] update vim modules
1. use python modules
    for separate logic;
  2. update popup_menu
    parameters for fast select;
2025-10-14 18:13:20 +03:00