Updated clifm for pager bug and changed pager size back to 1.
This commit is contained in:
parent
c6edff826e
commit
43ae001367
|
|
@ -6,8 +6,8 @@ let
|
|||
src = prev.fetchFromGitHub {
|
||||
owner = "leo-arch";
|
||||
repo = prev.clifm.pname;
|
||||
rev = "bc619e7";
|
||||
hash = "sha256-mc1QdTygOBq+R90QT6pabpLZN5/Xw0gVy62CyhxKpfw=";
|
||||
rev = "53ae886";
|
||||
hash = "sha256-pNKtmLMciKmzj0XOzLVgXrtwOVeMEK7Hgik0khcsWAQ=";
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
# >1: Run the pager whenever the amount of files in the current directory is
|
||||
# greater than or equal to this value (say, 1000).
|
||||
;Pager=0
|
||||
Pager=60
|
||||
Pager=1
|
||||
|
||||
# How to list files in the pager. Possible values:
|
||||
# auto: use the current listing mode
|
||||
|
|
@ -175,8 +175,7 @@ LongViewMode=true
|
|||
# If running in long mode, this setting is overriden by MinFilenameTrim
|
||||
# whenever MaxFilenameLen is smaller than MinFilenameTrim.
|
||||
;MaxFilenameLen=20
|
||||
;MaxFilenameLen=-1
|
||||
MaxFilenameLen=100
|
||||
MaxFilenameLen=-1
|
||||
|
||||
# Trim file names longer than MaxFilenameLen.
|
||||
;TrimNames=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue