Giter Club home page Giter Club logo

Comments (3)

eapache avatar eapache commented on June 16, 2024

This is basically already done by the insert_maps and normal_maps. The only thing left is visual_maps (ticket #111) and then setting some sane defaults for these options.

My .vimrc currently contains the following, which I suggest as a good starting point for defaults.

let g:multi_cursor_insert_maps={'\':1}
let g:multi_cursor_normal_maps={'c':1, 'd':1, 'f':1, 'r':1, '=':1, '<':1, '>':1}

from vim-multiple-cursors.

roryokane avatar roryokane commented on June 16, 2024

I think this is a complete list of Vim multi-key mappings, and should be the default for multi_cursor_normal_maps:

let g:multi_cursor_normal_maps={'!':1, '@':1, '=':1, 'q':1, 'r':1, 't':1, 'T':1, 'y':1, '[':1, ']':1, '\':1, 'd':1, 'f':1, 'F':1, 'g':1, '"':1, 'z':1, 'c':1, 'm':1, '<':1, '>':1}

I identified these multi-key mappings by going across the keyboard, row by row, and checking whether that key, or Shift plus that key, was a multi-key mapping by default.

from vim-multiple-cursors.

faceleg avatar faceleg commented on June 16, 2024

@roryokane do you want to submit a PR with this change, assuming it won't break anything?

from vim-multiple-cursors.

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.