Skip to content

Commit

Permalink
feat(vi_mode): Add nt mode (#174)
Browse files Browse the repository at this point in the history
Used by :termopen
  • Loading branch information
simrat39 authored and lukas-reineke committed Dec 22, 2021
1 parent 22207b9 commit 9ee565d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/feline/providers/vi_mode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ local mode_alias = {
['r?'] = 'CONFIRM',
['!'] = 'SHELL',
['t'] = 'TERM',
['nt'] = 'TERM',
['null'] = 'NONE',
}

Expand Down

0 comments on commit 9ee565d

Please sign in to comment.