Kakoune: Cannot name user mode like a regular mode

Created on 22 Sep 2020  路  3Comments  路  Source: mawww/kakoune

Command

declare-user-mode view

Error

'declare-user-mode' 'view' is already a regular mode
bug

Most helpful comment

If that worked, then what would you expect map global view x y to do? Should it add that mapping to the user mode or to the regular mode?

All 3 comments

If that worked, then what would you expect map global view x y to do? Should it add that mapping to the user mode or to the regular mode?

Good point. In other commands (enter user mode and hook parameters) the use of user modes is explicit but not in mappings.

Yep, dont think we really need that feature.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

1g0rb0hm picture 1g0rb0hm  路  3Comments

alexherbo2 picture alexherbo2  路  4Comments

dpc picture dpc  路  4Comments

lenormf picture lenormf  路  3Comments

alexherbo2 picture alexherbo2  路  3Comments