Skip to content

Instantly share code, notes, and snippets.

View X017's full-sized avatar

Parsa Mohammadian X017

  • 10:53 (UTC +03:30)
View GitHub Profile
@X017
X017 / ncmpcpp-vim-keybindings
Created October 5, 2025 10:59 — forked from erikw/ncmpcpp-vim-keybindings
NPCPP Vim keybindings
#~/.config/ncmpcpp/bindings
# How to configure NCMPCPP to get Vim-like keybindings
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "h"
previous_column
test subject