private/hlissner: update highlight-indentation keybindings
This commit is contained in:
parent
ddc77ef743
commit
71dbf605ae
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@
|
|||
:desc "Spell check" :n "s" 'flyspell-mode
|
||||
:desc "Line numbers" :n "l" 'doom/toggle-line-numbers
|
||||
:desc "Fullscreen" :n "f" 'doom/toggle-fullscreen
|
||||
:desc "Indent guides" :n "i" 'highlight-indent-guides-mode)
|
||||
:desc "Indent guides" :n "i" 'highlight-indentation-mode
|
||||
:desc "Indent guides (column)" :n "I" 'highlight-indentation-current-column-mode)
|
||||
|
||||
(:desc "Tmux/Terminal"
|
||||
:prefix "T"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue