diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-22 16:54:11 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-22 16:54:11 -0500 |
| commit | f83593f430118f0499454f88cbe028c822e760a3 (patch) | |
| tree | 89fb5f7686aa1baf4013c6048750c425f14059ac /lua/tjk/keybindings.lua | |
| parent | d9489ed67edf4737ee92754a605484addec03781 (diff) | |
| download | nvim-f83593f430118f0499454f88cbe028c822e760a3.tar.xz nvim-f83593f430118f0499454f88cbe028c822e760a3.zip | |
undotree keybind
Diffstat (limited to 'lua/tjk/keybindings.lua')
| -rw-r--r-- | lua/tjk/keybindings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/tjk/keybindings.lua b/lua/tjk/keybindings.lua index 7871a64..cd3b961 100644 --- a/lua/tjk/keybindings.lua +++ b/lua/tjk/keybindings.lua @@ -6,6 +6,8 @@ vim.g.mapleader = "," key("n", "<leader>l", [[:setlocal spell! spelllang=en_us<CR>]]) -- toggle cursorcolumn key("n", "<leader>c", [[:set cursorcolumn!<CR>]]) +-- show undotree +key("n", "<leader>u", [[:Undotree<CR>]]) -- scroll doc with ctrl+[jk] key({ "n", "v" }, "<C-j>", "<C-e>") |
