Skip to content

Is there possible to use config.leader with key repeatly? #4927

Closed Answered by bew
zw963 asked this question in Q&A
Discussion options

You must be logged in to vote

You can forget about config.leader, and do something like:

config.keys = {
  {
    mods = 'CTRL',
    key = 'x',
    action = act.ActivateKeyTable {
      name = 'resize_pane',
      one_shot = false
    },
  },
 }

 -- ...

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@zw963
Comment options

@bew
Comment options

Answer selected by zw963
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants