Ticket #2467 (closed enhancement: fixed)

Opened 13 years ago

Last modified 13 years ago

new extfs plugin: gitfs

Reported by: angel_il Owned by: angel_il
Priority: trivial Milestone: 4.8.0-pre2
Component: mc-vfs Version: master
Keywords: gitfs gitlogfs sorting Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset:

Description

new extfs plugin: gitfs

Change History

comment:1 Changed 13 years ago by angel_il

branch: 2467_gitfs (parent: master)

comment:2 Changed 13 years ago by andrew_b

  • Owner set to angel_il
  • Status changed from new to assigned
  • Component changed from mc-core to mc-vfs

comment:3 follow-up: ↓ 4 Changed 13 years ago by dre3k

  • Keywords gitfs gitlogfs sorting added

It is probably a good idea to auto-sort #gitlogfs on reverse modify time.

comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 13 years ago by angel_il

Replying to dre3k:

It is probably a good idea to auto-sort #gitlogfs on reverse modify time.

i bind ctrl-f1,ctrl-f2,ctrl-f3,ctrl-f4 for change sort type

[panel]
PanelPrevPage = pgup
PanelNextPage = pgdn
PanelSortOrderByName = ctrl-f1
PanelSortOrderByExt = ctrl-f2
PanelSortOrderBySize = ctrl-f3
PanelSortOrderByMTime = ctrl-f4

try this

comment:5 in reply to: ↑ 4 Changed 13 years ago by dre3k

  • Summary changed from new extfs plugin: gitfs to sudo add-apt-repository ppa:ferramroberto/linuxfreedomlucid

Replying to angel_il:

Replying to dre3k:

It is probably a good idea to auto-sort #gitlogfs on reverse modify time.

i bind ctrl-f1,ctrl-f2,ctrl-f3,ctrl-f4 for change sort type

[panel]
PanelPrevPage = pgup
PanelNextPage = pgdn
PanelSortOrderByName = ctrl-f1
PanelSortOrderByExt = ctrl-f2
PanelSortOrderBySize = ctrl-f3
PanelSortOrderByMTime = ctrl-f4

try this

I apologize if it wrong place to as such a question. But binding ctrl-f1, ctrl-f2, ctrl-f3, ctrl-f4 doesn't work for me, I only get 1;5P(for ctrl-f1), 1;5Q(for ctrl-f2),... in command line, below mc panels. I'm running ubuntu 10.04 and xterm(-version says XTerm(256))
When I run 'cat' and press ctrl-f1, ... I get:

               | ctlr-f1 | ctlr-f2 | ctrl-f3 | ctrl-f4 |
---------------+---------+---------+---------+---------|
xterm          | ^[[1;5P | ^[[1;5Q | ^[[1;5R | ^[[1;5S |
gnome-terminal | nothing | ^[O1;5Q | ^[O1;5R | ^[O1;5S |

Maybe you can suggest what can I do to make bindings work or you know places where I can read about the issue.

Appreciate your help.

comment:6 follow-up: ↓ 7 Changed 13 years ago by angel_il

my ini file contain next lines:

[terminal:xterm]
complete=\e[Z
alt left=\\e\\eOD
alt right=\\e\\eOC
alt up=\\e\\eOA
alt down=\\e\\eOB
ctrl left=\\e[D
ctrl right=\\e[C
ctrl up=\\e[A
ctrl down=\\e[B

ctrl alt right=\\e\\e[C

alt f7=\\e\\e[18~

alt asterix=\\e*

f17=\\e[31~

alt pgup=\\e\\e[5~
alt pgdn=\\e\\e[6~
alt home=\\e\\e[1~
alt end=\\e\\e[4~

ctrl f1=\\e[11\;5
ctrl f2=\\e[12\;5
ctrl f3=\\e[13\;5

ctrl pgup=\\e[[5\;5~
ctrl pgdn=\\e[[6\;5~

f19=\\e\\e[20~

for get needed sequence do:
1) Options\Learn keys...
2) select [Function key 1 ]
3) press ctrl-f2
4) <save>
5) open your ini, find f1=\\e....
6) replace "f1=" to "ctrl f2=" and save
7) before step #1 switch off "[ ] Auto save setup"

have a nice day

Last edited 13 years ago by angel_il (previous) (diff)

comment:7 in reply to: ↑ 6 Changed 13 years ago by dre3k

  • Keywords key mapping added; gitfs gitlogfs sorting removed

Класс. Огромное спасибо. Писал на английском чтобы это было полезным большему кругу людей.

comment:8 Changed 13 years ago by slavazanko

  • Keywords gitfs gitlogfs sorting added; key mapping removed
  • Summary changed from sudo add-apt-repository ppa:ferramroberto/linuxfreedomlucid to new extfs plugin: gitfs

dre3k: don't touch 'Summary' field and 'Keywords', please.
And write in English only.

angel_il: Can you have branch for review? Do you want to change 'Severity' field of this ticket?

comment:9 Changed 13 years ago by angel_il

  • severity changed from no branch to on review

comment:10 Changed 13 years ago by slavazanko

  • severity changed from on review to no branch
  • Branch state set to on review

comment:11 Changed 13 years ago by angel_il

branch: 2467_gitfs (forced update)

comment:12 Changed 13 years ago by slavazanko

  • Votes for changeset set to slavazanko

comment:13 Changed 13 years ago by andrew_b

  • Votes for changeset changed from slavazanko to slavazanko andrew_b
  • Branch state changed from on review to approved

comment:14 Changed 13 years ago by angel_il

  • Status changed from assigned to testing
  • Votes for changeset slavazanko andrew_b deleted
  • Resolution set to fixed
  • Branch state changed from approved to merged
  • Milestone changed from 4.8.0-pre1 to 4.8.0-pre2

comment:15 Changed 13 years ago by angel_il

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.