Skip to content

KorcakDaniel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

DivineWithin's dotfiles

These are my personal dotfiles which I've configured for an efficient workflow.

Neovim

Plugins

Functional

More visual

Mappings

-- NeoTree
-- <leader>Tab - Toggle tree
-- a - Create file/folder (Neotree window)
-- d - Delete file/folder (Neotree window)
-- r - Rename file/folder (Neotree window)
-- . - Make root directory (Neotree window)
-- Backspace - Go up a directory (Neotree window)

-- UndoTree
-- <leader>ut - Toggle undotree

-- Comment
-- <leader>cl - Comment line
-- <leader>cb - Comment block
-- <leader>cla - Comment above
-- <leader>clb - Comment below
-- <leader>cle - Comment at the end of the line

-- LspSaga
-- K - Hover doc, press again to step into
-- Alt-k - Persistent hover doc, press K to step into
-- Alt-t - Toggle floating terminal
-- <leader>r - Rename all occurrences in the buffer
-- <leader>ra - Rename all occurrences in the project
-- <leader>cd - Cursor diagnostics
-- <leader>ld - Line diagnostics
-- <leader>bd - Buffer diagnostics
-- ]e - Jump to next diagnostics (capital E for error)
-- [e - Jump to previous diagnostics (capital E for error)
-- <leader>ca - Code actions
-- <leader>ic - Incoming calls
-- <leader>oc - Outgoing calls
-- <leader>pd - Peek definition
-- Control-c-o - Go to definition (peek window)
-- Control-c-s - Open definition in a vertical split (peek window)
-- Control-c-i - Open definition in a horizontal split (peek window)
-- Control-c-t - Open definition in a new tab (peek window)
-- <leader>gd - Go to definition
-- Control-o - Go back

-- Luasnip
-- Alt-j - Expand, next node
-- Alt-k - Previous node
-- Alt-l - Next choice (if available)
-- Alt-h - Previous choice (if available)
-- <leader><leader>s - Reload snippets

-- DAP
-- <leader>tb - Toggle breakpoint
-- <F5> - Continue
-- <F10> - Step over
-- <F11> - Step into
-- <F12> - Step out
-- <leader>dl - Run last
-- <leader>dr - REPL

-- Telescope
-- <leader>f - Search for files
-- <leader>cf - Search for changed files
-- <leader>w - Search for windows
-- <leader>t - Search for tabs
-- <leader>b - Search for buffers
-- <leader>x - Search for text inside of files
-- <leader>tk - Search for keymaps
-- <leader>th - Search for help pages
-- <leader>te - Search for emojis
-- <leader>td - Search for todos

-- Symbols outline
-- <leader>so - Toggle outline

-- Spectre
-- <leader>S - Search and replace

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published