Skip to content
View jimpsson's full-sized avatar

Organizations

@vuejs-sv

Block or report jimpsson

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. screen-sharing-via-browser screen-sharing-via-browser Public

    Vue

  2. VIM CTRL-hjkl Pane Movement VIM CTRL-hjkl Pane Movement
    1
    noremap <C-h> <C-w>h
    2
    noremap <C-j> <C-w>j
    3
    noremap <C-k> <C-w>k
    4
    noremap <C-l> <C-w>l
  3. Initialize GnuPG and gpg-agent with ... Initialize GnuPG and gpg-agent with Yubikey from the startup of Zsh
    1
    # pre-init.zsh
    2
    # 2019-10-28
    3
    # @JKL9x
    4
    
                  
    5
    # ~/.gnupg doesn't exists
  4. Redefine builtin MacOS default keybo... Redefine builtin MacOS default keyboard shortcuts with Karabiner-Elements to vk_none effectively making the keybinding disabled. In Karabiner-Elements vk_none means VirtualKeyboard None, use it when you want to disable any keybinding. This example disables Application Switcher (command+tab), and/or Application Quit keyboard shortcut (command+q).
    1
    {
    2
      "title": "Disable MacOS builtin default keybindings (@jimpsson)",
    3
      "rules": [
    4
        {
    5
          "description": "Disable Application Switcher (command+tab)",
  5. fzf-chrome-active-tab fzf-chrome-active-tab Public

    Forked from Rasukarusan/fzf-chrome-active-tab

    Shell

  6. qmk_firmware qmk_firmware Public

    Forked from qmk/qmk_firmware

    Open-source keyboard firmware for Atmel AVR and Arm USB families

    C 1