Skip to content

Instantly share code, notes, and snippets.

@hhsnopek
Last active September 6, 2021 16:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhsnopek/2ac5d2314ac416e2f3a7343e86242e73 to your computer and use it in GitHub Desktop.
Save hhsnopek/2ac5d2314ac416e2f3a7343e86242e73 to your computer and use it in GitHub Desktop.
Personal (Vim) Keybindings for NCSpot: https://github.com/hrkfdn/ncspot
[keybindings]
"+" = ""
"." = ""
"<" = ""
">" = ""
"A" = ""
"Backspace" = ""
"Ctrl+a" = ""
"Ctrl+e" = ""
"Ctrl+n" = ""
"Ctrl+p" = ""
"Ctrl+s" = ""
"End" = ""
"F1" = ""
"F2" = ""
"F3" = ""
"Shift+Up" = ""
"Shift+Down" = ""
"Shift+b" = ""
"Shift+f" = ""
"Shift+o" = ""
"Shift+p" = ""
"Shift+s" = ""
"Shift+u" = ""
"b" = ""
"c" = ""
"d" = ""
"f" = ""
"o" = ""
"q" = ""
"s" = ""
"PageUp" = ""
"PageDown" = ""
"Up" = ""
"Down" = ""
"Left" = ""
"Right" = ""
"h" = "move left 1"
"j" = "move down 1"
"k" = "move up 1"
"l" = "move right 1"
"Shift+h" = "seek -10000"
"Shift+j" = "voldown"
"Shift+k" = "volup"
"Shift+l" = "seek 10000"
"n" = "next"
"Shift+n" = "previous"
"Shift+g" = "move top"
"gg" = "move gottom"
"Enter" = "playpause"
" " = "playpause" # Spacebar
"?" = "help"
"-" = "back"
"r" = "repeat"
"Shift+r" = "shuffle"
"Shift+q" = "quit"
"e" = "open current"
"Shift+e" = "open selected"
"/" = "focus search"
"e" = "focus library"
"b+0" = "focus queue"
"b+1" = "focus library"
"a" = "goto artist"
"Shift+a" = "goto album"
"Shift+y" = "share current"
"Shift+d" = "share selected"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment