Skip to content

TheJemv/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

LazyMod Key Mappings and Commands

Key Mappings

Increment/decrement

  • +: Increment number under cursor
  • -: Decrement number under cursor

Delete Operations

  • dw: Delete word under cursor
  • <leader>d: Delete current line

Selection

  • <C-a>: Select all text
  • <C-v>: Toggle visual mode

Navigation

  • <C-m>: Jump to the next location in the jump list

Tabs

  • te: Open a new tab
  • <tab>: Move to the next tab
  • <s-tab>: Move to the previous tab
  • tw: Close the current tab

Files and Quitting

  • <leader>w: Save changes (:update)
  • <leader>q: Quit current buffer (:quit)
  • <leader>Q: Quit all buffers (:qa)

Windows

  • ss: Split window horizontally (:split)
  • sv: Split window vertically (:vsplit)
  • Window Movement:
    • sh: Move to the window on the left
    • sk: Move to the window above
    • sj: Move to the window below
    • sl: Move to the window on the right

Window Resizing

  • <C-w><left>: Decrease window width
  • <C-w><right>: Increase window width
  • <C-w><up>: Increase window height
  • <C-w><down>: Decrease window height

Diagnostics

  • <C-j>: Jump to the next diagnostic

Additional Commands

File Operations

  • <leader>ff: Find files (:find)
  • <leader>fo: Open file explorer (:e.)
  • <leader>ft: Toggle file tree view

Editing Operations

  • <leader>p: Paste text from clipboard (p)
  • <leader>y: Yank (copy) text (y)
  • <leader>x: Cut text (x)
  • <leader>u: Undo last change (u)
  • <leader>r: Redo last change (<C-r>)

Miscellaneous

  • <leader>/: Search globally (:grep)
  • <leader>*: Search current word under cursor (*)
  • <leader>bd: Close current buffer (:bd)
  • <leader>sp: Toggle spell check (:set spell!)

About

Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published