Giter Site home page Giter Site logo

vim-workman's Introduction

vim-workman

Simple vim key bindings for the workman layout. Just paste the code in your .vmrc

Original idea taken from Tim DuBois's blog post.

Features

  • Keybidings for the most frequent keys.
  • Quick change between layouts. Use <Leader>w to change to workman and <Leader>q to change to Qwerty.
  • Change startup default. Use the desired layout in the following line:
autocmd VimEnter * call Keyboard("workman")
  • Use nn in Workman and jj in Qwerty to exit Insert mode.
  • Comments for each key e.g.
" --- Movement ---
  noremap o l|          " move right
  noremap e k|          " move up
  noremap n j|          " move downn
  noremap y h|          " move left

  noremap <C-f> <C-u>|  " move half page up
  noremap <C-h> <C-d>|  " move half page down
  noremap <C-v> <C-b>|  " move one page up
  noremap <C-t> <C-f>|  " move one page down
  noremap <C-r> <C-e>|  " scroll text up
  noremap <C-j> <C-y>|  " scroll text down

  noremap Y H|          " move to top of screen
  noremap L M|          " move to middle of screen
  noremap O L|          " move to bottom of screen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.