Is there a different runtime configuration file for Vim than gVim? -


I have my own. One in the directory Vimrc file in which I have put some vim commands but those commands work only in GVIM and there is no problem in VIM? What is another configuration file for VIM?

By the way, this is my .vimrc file:

  1 color to save desert 2 ", ctrl-s3 nmap : w & Lt; CR & gt; 4 MAPAP & lt; cs & gt; & lt; Esc & gt;: w & lt; CR & gt; Set up a 5 "Boolean number option to the right 6 set number 7 LineNr term = bold Cterm = NONE ctermfg = DarkGrey ctermbg = NONE gui = "set the width of the change" for Python programmings 9 sets sw = 4 10 "convert all tabs to equivalent spaces" 11 set set tab 12 set softtabstop = 4 13 retab Cursor position in 14 " Do not show status bar "15 set ruler   

PS I can not run the Ctrl-s command in vm only and I am capable of running other commands as GIIM.

Ctrl-S in the terminal XOFF < / Code>, so the terminal can interpret it and it is not passing on the vim.

Alternatively, ": nmap run" to see if What is your current default mode mapping? To do that you have.

Update: Fix is ​​to explicitly define the stop sequence

  stty stop undef   

or @ suggested by Sam Brink To disable XON / XOFF flow control,

  stty -ixon    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -