usability improvements
- add autocmds to highlight yanking and disabling line numbers in Oil - lsp-zero: fix 'gd' command by setting 'preserve_mappings' to false - lualine: show clock, simplify statusline, shorten mode name - oil: decrease float window size, add 'q' hotkey to close window - prefs: show line numbers again, disable additional mode showing - add todo-comments.nvim - remap: add keymap to find all TODOs/FIXME/XXX etc.
This commit is contained in:
parent
ccbe053f88
commit
480a5c2fff
10 changed files with 96 additions and 21 deletions
|
|
@ -101,6 +101,7 @@
|
|||
- `cc` replace whole line
|
||||
- `C` replace to the end of the line
|
||||
- `yy` copy the current line
|
||||
- `yap` "yank-around-paragraph"
|
||||
- `p` paste yanked line below
|
||||
- `P` paste yanked line above
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue