Code Monkey home page Code Monkey logo

Comments (3)

lime45 avatar lime45 commented on June 12, 2024 1

This is an ugly hack, but if you want to use 'jk' you would make the following change on line ~2749

>             if (not defined $map->{map} or chr($key) eq $map->{map}) {
---
<             if (not defined $map->{map} or chr($key) eq 'k') {

and then you would do /set vim_mode_cmd_seq j

from irssi-scripts.

liamdiprose avatar liamdiprose commented on June 12, 2024 1

Thanks for the hack - its far futher than where I got.

As our difference in preference shows, if this functionality was to be added to the repository, it would need to be configurable, for example, /set vim_mode_cmd_seq jk

I'm going to assume this is quite a bit more involved than this simple hack. Combined with being a mere script and the lack of attention, I'm going to close/resolve this issue and hope others find @lime45 's solution.

from irssi-scripts.

lime45 avatar lime45 commented on June 12, 2024

my sequence of choice is "kj", so I second this. Also, did you get anywhere looking around in the code? I'm not up on my Perl as well.

from irssi-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.