DDCODE

Share programming skills from Magic Oriental

upArrow

How to Modify dd Default Stored Registers in vim

 May 11, 2019   question, vim

For example, how to set dd register to register 3?

noremap dd <esc>:let @p=@”<cr>dd:let @3=@”<cr>:let @”=@p<cr>

P.s. side effect: the p register is occupied.

Related Posts:

  • How to capture the push token when passbook…
  • When PHP website registers, it sends SMS interface…
  • Vim pathogen installation plug-in is invalid under.…
  • Is mysql Stored Procedure Useful? Why don't we just…
  • How to turn the following mysql statement into a…
  • The same key stored in hashmap is the last to…
  • How does mysql stored procedure receive the result…
  • Is mysql Stored Procedure Useful? Why don't we just…
  • How to turn the following mysql statement into a…
<< Vim Configuration tern-for-vim Not Effective? Vim sets the width of a line of code >>

Related Posts:

  • How to capture the push token when passbook…
  • When PHP website registers, it sends SMS interface…
  • Vim pathogen installation plug-in is invalid under.…
  • Is mysql Stored Procedure Useful? Why don't we just…
  • How to turn the following mysql statement into a…
  • The same key stored in hashmap is the last to…
  • How does mysql stored procedure receive the result…
  • Is mysql Stored Procedure Useful? Why don't we just…
  • How to turn the following mysql statement into a…

Tags

Android android-studio apache c c++ centos Css css3 Database Docker Eclipse Express Front end git GitHub golang Html html5 Ios java javascript Jquery Laravel linux macos mongodb mysql Nginx node.js npm objective-c php Programmer python redis ruby shell Spring Sql Swift ubuntu vim vue.js Web xcode

Powered by MyWiki WordPress Theme