Add settings page with support for vim bindings toggle
This commit is contained in:
parent
f6abeb32e4
commit
aee972e171
7 changed files with 111 additions and 37 deletions
|
|
@ -1,6 +1,15 @@
|
|||
new-document = New document
|
||||
open-project = Open project
|
||||
|
||||
# Context Pages
|
||||
|
||||
## Settings
|
||||
settings = Settings
|
||||
|
||||
### Keyboard shortcuts
|
||||
keyboard-shortcuts = Keyboard shortcuts
|
||||
enable-vim-bindings = Enable Vim bindings
|
||||
|
||||
# Menu
|
||||
|
||||
## File
|
||||
|
|
@ -44,6 +53,6 @@ word-wrap = Word wrap
|
|||
show-line-numbers = Show line numbers
|
||||
highlight-current-line = Highlight current line
|
||||
syntax-highlighting = Syntax highlighting...
|
||||
settings = Settings...
|
||||
keyboard-shortcuts = Keyboard shortcuts...
|
||||
menu-settings = Settings...
|
||||
menu-keyboard-shortcuts = Keyboard shortcuts...
|
||||
about-cosmic-text-editor = About COSMIC Text Editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue