Skip to content

Convenient keybindings for Norwegian keyboards

License

Notifications You must be signed in to change notification settings

fholmer/no.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

❄️ Norwegian Keyboard Configuration for Neovim

This configuration provides a better experience for Norwegian keyboard users by remapping common navigation keys to more intuitive positions based on the layout of a Norwegian keyboard. It ensures a smoother workflow without compromising on functionality.

⌨️ Keybindings Overview

  • ø[
    Single press for navigating backward to the previous match or block.

  • øø[[
    Double press for jumping to the start of the previous function or block.

  • æ]
    Single press for navigating forward to the next match or block.

  • ææ]]
    Double press for jumping to the start of the next function or block.

  • Ø{
    Shift-modified version for working with braces.

  • Æ}
    Shift-modified version for closing braces.

  • ¨/
    Double press for easy access to /

  • <leader>ånset spelllang=nb
    Enable spell check for Norwegian bokmål

  • <leader>åeset spelllang=en
    Enable spell check for English

📦 Installation

Install the plugin with lazy.nvim:

~/.config/nvim/lua/plugins/no.lua:

return {
  {
    "fholmer/no.nvim",
    opts = {},
  },
}

About

Convenient keybindings for Norwegian keyboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages