Skip to content

Instantly share code, notes, and snippets.

View veryeasily's full-sized avatar
🦌

lju veryeasily

🦌
  • Portland
  • 11:44 (UTC -07:00)
View GitHub Profile
@veryeasily
veryeasily / list_all_bindkey_mappings.sh
Created November 19, 2021 06:23
[Zsh Snippets] #Zsh #Shell
#!/usr/bin/env zsh
# List all bindkey mappings
#
# @see https://neg-serg.github.io/2017/03/zargs-howto/
autoload -U zargs
zargs -i{} $(bindkey -l) -- bindkey -L -M {}
@veryeasily
veryeasily / surfingkeys_config.js
Last active April 27, 2024 20:00
SurfingKeys Config #JavaScript #SurfingKeys
// This is my personal Surfingkeys configuration file.
// The two globals from Surfingkeys are `api` and `settings`.
const {
aceVimMap,
mapkey,
imap,
imapkey,
getClickableElements,