Mahes
Mahes

Reputation: 4135

how to configure vim commands to windows style?

My job involves working on Windows, *ix and with variety of IDE's like Eclipse, Visual Studio. Sometimes I really don't want to open Eclipse for little editing so I would prefer simple text editor like Vim, but the keys for the commands are horrible to me, I would like to setup Vim command keys to simple and modern style.

Can someone guide me how to configure Vim commands to simple keys like Ctrl+C or Ctrl+V for copy paste (through clipboard) or Shift+, Shift+ for selecting text.

Upvotes: 5

Views: 4359

Answers (2)

yasouser
yasouser

Reputation: 5187

See this question: How do I configure VIM for using Ctrl-C Ctrl-V as copy paste to and from system buffer in ubuntu?

and the over all help on how to do key mapping here: How to make a keymap

Upvotes: 4

Screenack
Screenack

Reputation: 757

It's not the answer you're looking for, but I'm with hammar. For example the Mac version of vim has the standard Mac-style copy/paste shortcut keys "baked in" yet I use the default vim keybindings now, since, like yourself, I hop about Linux/Windows/Mac, and having the same vim keyboard shortcuts.

Conversely, you'll find managing your personalized, if unorthodox, key bindings more onerous than simply "going vim."

I presume you've "worked" the vimtutor?

Upvotes: 1

Related Questions