mapping for toggling line number
This commit is contained in:
parent
14f5e28374
commit
fe82771037
2 changed files with 5 additions and 1 deletions
|
@ -15,3 +15,6 @@ map("n", "<C-x>", [[<Cmd> split term://bash | resize 10 <CR>]], opt) -- open ter
|
|||
|
||||
-- COPY EVERYTHING --
|
||||
map("n", "<C-a>", [[ <Cmd> %y+<CR>]], opt)
|
||||
|
||||
-- toggle line number
|
||||
map("n", "<S-n>", [[ <Cmd> set nu! <CR>]], opt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue