Simple Slider

By: CMOISDEAD

Date: 2023-06-21

Content support

Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet.

  • Minimalist
  • Faster
  • And for geeks (Vi support)
image

Figure 1: Solvey conference (1927)

Math support

Slider have support for math equations to.

When a0, there are two solutions to ax2+bx+c=0 and they are x=b±b24ac2a.

[123abc] Vμ(u1,,uk)du1duk

Code support

        
          const hello = (name: string) => {
          console.log(`hello ${name}`);
          }
          hello("Jhon Doe")
        
        
          public static void main() {
          System.out.println("Hello, World!")
          }
        
      

Vi support for keymaps

Vi Keyboard Shortcuts
Key Combination Action
jk Scroll down and up, respectively
gg Go to the beginning of the page
G Go to the end of the page

Some keymaps inspired on vi with the purpose of make slider more flexible and faster in use.