Last active
July 20, 2024 22:16
-
-
Save hhsnopek/2ac5d2314ac416e2f3a7343e86242e73 to your computer and use it in GitHub Desktop.
Personal (Vim) Keybindings for NCSpot: https://github.com/hrkfdn/ncspot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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