An open API service indexing awesome lists of open source software.

https://github.com/gauteh/vim-norway

Vim plugin to make Norwegian keyboard layouts less cumbersome with default vim-mappings.
https://github.com/gauteh/vim-norway

plugin vim

Last synced: about 1 year ago
JSON representation

Vim plugin to make Norwegian keyboard layouts less cumbersome with default vim-mappings.

Awesome Lists containing this project

README

          

# Vim Norway

Useful re-mappings of Norwegian keyboards to make vims default key-mappings work more smoothly, most notably:

```
, -> / (not insert mode)
ø -> [
æ -> ]
¤ -> $
S-Ø -> {
S-Æ -> }
```

swap between normal keybindings and these with: `yon`.

## Installation

Using `vim-plug`:

```
Plug 'gauteh/vim-norway'
```