dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit afcb7e9ae3bdb4d64965188fae17a5fd5dfaa9df
parent 813c81c379e8187c2022a1b6c1833368c8291a46
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun,  5 Jan 2020 08:15:19 +0100

Update ncmpc keys

Diffstat:
M.config/ncmpc/keys | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys @@ -4,10 +4,10 @@ key screen-keyedit = 'c' ## Move cursor to the top of the list -key home = 262 +key home = 262, 'g' ## Move cursor to the bottom of the list -key end = 360 +key end = 360, 'G' ## Page up key pgup = 339, 2