vcs: Fix writing module structure
This commit is contained in:
parent
fee876b87f
commit
c14710aa98
15 changed files with 7 additions and 7 deletions
44
writing/sioyek/config/sioyek/keys_user.config
Normal file
44
writing/sioyek/config/sioyek/keys_user.config
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
noop <C-w>
|
||||
noop q
|
||||
close_window q
|
||||
|
||||
open_document_embedded o
|
||||
|
||||
toggle_custom_color <C-r>
|
||||
toggle_two_page_mode d
|
||||
|
||||
#goto_begining gg
|
||||
goto_end G
|
||||
|
||||
screen_up <C-u>
|
||||
screen_down <C-d>
|
||||
previous_page <C-b>
|
||||
next_page <C-f>
|
||||
|
||||
next_state {
|
||||
prev_state }
|
||||
move_down j
|
||||
move_up k
|
||||
move_left l
|
||||
move_right h
|
||||
|
||||
fit_to_page_width S
|
||||
fit_to_page_width_smart s
|
||||
fit_to_page_height a
|
||||
fit_to_page_height_smart A
|
||||
|
||||
embed_annotations <C-s>
|
||||
|
||||
toggle_statusbar <C-n>
|
||||
|
||||
regex_search /
|
||||
copy y
|
||||
rotate_clockwise R
|
||||
|
||||
keyboard_select;add_highlight_with_current_type V
|
||||
add_highlight H
|
||||
|
||||
goto_prev_highlight [h
|
||||
goto_next_highlight ]h
|
||||
|
||||
goto_mark '
|
||||
15
writing/sioyek/config/sioyek/prefs_user.config
Normal file
15
writing/sioyek/config/sioyek/prefs_user.config
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# START FLAVOURS
|
||||
|
||||
# END FLAVOURS
|
||||
|
||||
super_fast_search 1
|
||||
|
||||
should_launch_new_instance 1 # seems to not be working?
|
||||
should_launch_new_window 1
|
||||
should_load_tutorial_when_no_other_file 0
|
||||
check_for_updates_on_startup 0
|
||||
should_highlight_unselected_search 1
|
||||
|
||||
startup_commands toggle_custom_color
|
||||
|
||||
case_sensitive_search 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue