ddaza
ddaza
As discussed in Issue #44 this is a change that would make the visualization of the cursor's position better on the console.
Trying to search for a string in my clipboard with easymotion results in the pasted text is inserted directly into the buffer window as opposed than on the easymotion search....
### What happened I have setup my NonText items to show in my config ``` set listchars=tab:❘·,trail:·,nbsp:·,precedes:«,extends:»,eol:↵ ``` And I am unable to see these when I have both a...
Many Entreprisey languages already use this convention. Here is a small list: ``` ALGOL 68 APL AWK CFML COBOL Fortran FoxPro Julia Lua Mathematica MATLAB PL/I RPG Sass Smalltalk Wolfram...
There are some CVEs that are being flagged by Mend.io The dependencies should use these versions: urllib3 >=1.26.18 certifi >= 2023.7.22 starlette >= 0.27.0 --- urllib3 CVE - https://www.cve.org/CVERecord?id=CVE-2023-43804 certifi...
Tried to make it so `slug` removes some special characters, but it seems to be broken. ``` javascript var slugName = slug(name, {lower: true, remove: /®/g}) ``` is not working...
having a large code base I need to switch from 10+ files at a time. is usefult to have `:tabnext #` or `:TabberShiftLeft/Right`. However, the viewport of tabber does not...