Skip to content

1pedroalmeida/dotfiles.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config files

image

Installation (Windows)

$ git clone https://github.com/1pedroalmeida/dotfiles.nvim $HOME\AppData\Local\nvim --depth 1

Plugins

Custom keymaps

<leader> is set to space key

Keymap Mode Description
<C-n> normal Open netrw
<S-n> normal Open netrw as a side bar
<leader>n normal Open vertical split window
<Tab> normal Cycle to the next buffer
<S-Tab> normal Cycle to the previous buffer
<leader>. normal Open powershell terminal on a split window
<left> ; H normal Focus on buffer to the left
<right> ; L normal Focus on buffer to the right
<up> ; K normal Focus on buffer to the top
<down> ; J normal Focus on buffer to the bottom
gcc normal Comment out current line
gc visual/v-line Comment out selected region
<leader>ff normal Open telescope's find_files fuzzy finder
<leader>fg normal Open telescope's live_grep fuzzy finder
<leader>fb normal Open telescope's buffers fuzzy finder
<leader>fh normal Open telescope's help tags
<leader>fs normal Open telescope's git status
<leader>fc normal Open telescope's git commits
<leader>x normal Close current buffer
<leader>d normal Show file diagnostics within a quickfix split list

Useful builtin keymaps

Keymap Mode Description
<C-q> normal Block Visual Mode
<C-f> command Open command history in a split window
_ normal/visual Jump to the start of the line. Prefix with g to jump to the end
<C-w>d normal Open diagnostic at the cursor position in a floating window
<C-x> insert Built-in neovim completion

About

Neovim config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages