`
zealotds
  • 浏览: 124044 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

Map Alt Combinations in Vim Rxvt

阅读更多
vim mingw rxvt alt meta

1. gVim won't have this issue, because gVim always handles 'Alt' byitself.


2. Check vim help, a lot of useful information:

:h :map-alt-keys

3. Basically if Alt combination do not work in your vim, it is because the 'meta8' -- the 8th bit of the input character code.
By default vim need it to identify whether you have pressed 'Alt'. But in some terminal or by your settings, rxvt, console or terminal don't set the meta8 when you press 'Alt', instead, they use a Escape sequence. i.e. 'Alt-a' will be translated to '^[a'.

4. Set up rxvt environment to use the 'meta8' apply one of the following:
  • a. start rxvt with '--meta8' option
  • b. add a line 'Rxvt.meta8:True' in your .Xdefaults
  • c. add following lines to your .inputrc: (*** not recommend ***)
  •  set meta-flag on
     set input-meta on
     set output-meta on
     set convert-meta on
  • d. use map Escape sequence to use Alt combination, see "Get Alt key to work in terminal" and 'How to Map Alt Key' in reference section

  • *** changing the behavior of your bash environment may affect or bring conflict to other programs in the environment

    5. Notes:
    Watch out your 'encoding' options

    Reference:
    Using alt key in console vim
    How to Map Alt Key
    Get Alt key to work in terminal
    分享到:
    评论

    相关推荐

      eclipse vrapper_0.36.0_20131005.zip插件

      Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behaviour of Vim while still using whatever editor you have opened in the workbench. The goal is to have the comfort and ease ...

      Coding Interview In Java

      1 Rotate Array in Java 15 2 Reverse Words in a String II 19 3 Evaluate Reverse Polish Notation 21 4 Isomorphic Strings 25 5 Word Ladder 27 6 Word Ladder II 29 7 Median of Two Sorted Arrays 33 8 Kth ...

      Combinations of IntelligentMethods and Application

      ### 标题:Combinations of Intelligent Methods and Application #### 栈意与重点 该书的标题表明其主要内容是探讨不同智能方法的结合以及这些结合在实际中的应用。智能方法可以包括人工智能的各种子领域和技术,...

      qianbi.zip_combinations_钱币组合

      本文将深入探讨这个主题,并基于提供的标题"qianbi.zip_combinations_钱币组合"和描述"算法,钱币组合。可设定钱币种类数量,找出组合种数"进行详细的解释。 首先,钱币组合问题通常是为了找出给定金额下所有可能的...

      large combinations calculator(大数排列组合计算器)

      这个计算器是计算C(n,r)值的。 它能够快速计算出很大很大的n和很大的r的值。 比如 C(1000000,100)的值多少? 下面看看结果: The Value R =: ...106,621,924,285,106,201,287,451,825,038,562,207,162,667,291,115,...

      Combinations Calculator(排列组合计算器)

      总结来说,“Combinations Calculator”是解决排列组合问题的强大工具,结合配套的参考材料,无论是学习还是工作,都能为用户带来极大的便利。了解和掌握排列组合的概念及其计算方法,对于理解和应用概率论、统计学...

      Combinations.java

      Combinations.java

      计算机程序设计与艺术第四卷3册:生成所有组合和分划Generating All Combinations and Permutations(中英)

      大师Donald E. Knuth(汉名高德纳)的著作,计算机程序设计与艺术第四卷3册:生成所有组合和分划Generating All Combinations and Permutations(中英)

      python-leetcode题解之077-Combinations

      python python_leetcode题解之077_Combinations

      combinations-generator:查找组合使用 es6 生成器

      npm install combinations-generator 要使用此包,您必须运行 node 0.11 以获取生成器支持,并且必须使用--harmony标志运行 node。 例子 var comb = require ( "combinations-generator" ) var array = [ "a" , "b...

      c语言-leetcode题解之0077-combinations.zip

      该压缩包文件应该包含了一个用C语言编写的针对LeetCode上“0077-combinations”题目的解答,这个解答可能采用了递归和数组等数据结构,有效地利用了C语言的指针和数组处理功能,为编程者提供了一种解决特定算法问题...

      combinations-generator:生成输入字符串的所有可能组合

      #combinations-generator 此模块用于生成给定输入字符串的所有可能组合。 输入:任何有效的字符串输出:所有可能组合的数组 ##示例用法 var combinations = require ( 'combinations-generator' ) ; var result =...

      js-leetcode题解之77-combinations.js

      LeetCode题号77的“Combinations”(组合)是一个组合问题的经典示例,题目要求实现一个函数,用于生成从给定范围内的整数中选取指定数量的组合的所有可能。例如,给定两个参数n和k,函数应该返回从1到n的所有可能...

      obc.cpp.rar_2PG_C++_The Number_combinations_obc

      标题中的"obc.cpp.rar_2PG_C++_The Number_combinations_obc"暗示了这是一个关于C++编程的项目,具体涉及2阶段编程(2PG)和对象基础类(OBC),以及组合数学中关于数字组合的问题。描述中的"specific Due to the ...

      combinations:返回一组数值或元胞向量的组合(使用内存高效算法)-matlab开发

      C = COMBINATIONS(V1, V2, V3, ...Vn) 返回由向量 V1 中的第一个元素、向量 V2 中的第二个元素、向量 V3 中的第三个元素形成的组合集合,依此类推。 C 是 KxN 矩阵,其中 K 是总组合的数量,N是数量(非空)输入向量...

      combinations.js:n 为 Node.js 选择 k

      组合.js 找出 n 个元素的可能组合数量 背景 组合数学是离散数学的一部分,专门用于在集合数据结构(集合、列表、数组等)中查找所有可能的数据组合。 该库采用元素数量“n”...npm install --save combinations-js 输

      将云技术引进企业协作《Collaboration in the Cloud》

      In Value Chain 2.0, it is about quickly establishing combinations that offer value to the marketplace. It is about crossing boundaries and taking the full benefits from Cloud Computing and anything ...

      combinations

      组合套餐去做... 一个非常简单的VS Code扩展,可以在单词列表之间生成所有可能的组合。 选择要合并的列表所在的行,然后按Cmd + Maj + P并选择命令“生成组合”。 可选,您可以通过以下方式添加分隔符:在行之间加上...

      Font Combinations Kit_欧美扁平化网页PSD模板美工UI整站.zip

      "Font Combinations Kit_欧美扁平化网页PSD模板美工UI整站.zip" 这个标题揭示了几个关键知识点。首先,"Font Combinations Kit"指的是字体组合工具包,通常用于设计中选取合适的字体搭配,以达到良好的视觉效果和...

    Global site tag (gtag.js) - Google Analytics