Skip to content

Commit

Permalink
neovim: add yow for wrap toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
anachronic committed Feb 20, 2024
1 parent 3430d11 commit 6e9322f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/link/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ vim.keymap.set('n', '[q', '<Cmd>cprevious<CR>')
vim.keymap.set('n', ']l', '<Cmd>lnext<CR>')
vim.keymap.set('n', '[l', '<Cmd>lprevious<CR>')
vim.keymap.set('n', 'yor', "<Cmd>lua require('ach.unimpaired').toggle_relativenumber()<CR>")
vim.keymap.set('n', 'yow', "<Cmd>set wrap!<CR>")

0 comments on commit 6e9322f

Please sign in to comment.