summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
AgeCommit message (Expand)Author
2023-08-29command chaining supportJeff Zhao
2023-08-12added all_selected field in CopyFilePath (#391)Uros
2023-08-04feat: add user & group on foot and make linemode configturable and more optio...Lzzzzzt
2023-07-01Update keymap.toml (#342)Imbolc
2023-05-27Add flake support (#297)Ruixi-rebirth
2023-04-10add Ctrl+C keymapJeff Zhao
2023-03-30fix --foreground error messageJeff Zhao
2023-02-17new_tab can open specific directories (#256)DLFW
2022-10-20Add linemode feature and first simple linemodes (#206)DLFW
2022-09-05add numbered_command to default keymapJeff Zhao
2022-09-04formatJeff Zhao
2022-09-03add symlink relativeJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-08-13add symlink shortcutJeff Zhao
2022-08-01add `symlink_files` commandJeff Zhao
2022-05-26Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2022-05-16add ctrl+h as hidden files toggle (#171)Antoine Bertin
2022-04-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-04-20add H, L and M vim actionsJeff Zhao
2022-02-24Move half page (#143)sushi-shi
2022-02-23Add incremental search (#140)sushi-shi
2021-10-15add fzf subdir jumpingJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-02change search_skim to SJeff Zhao
2021-10-02Merge branch 'main' into devJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-09-26Add tab switching by index (#87)Noah Too
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-09-25rename copy_dirname to copy_dirpathJeff Zhao
2021-09-25reformat keymap.toml to be easier to readJeff Zhao
2021-08-19update keymap.toml to have quit_to_cwd mapped to QJeff Zhao
2021-07-13Add copying filename without extension (#83)Noah Too
2021-06-19open command line with a colon (#75)DLFW
2021-06-14fix copy_dirnameJeff Zhao
2021-06-09Add a "touch" command (#66)DLFW
2021-05-19fix open_fileJeff Zhao
2021-05-17Merge branch 'dev' of github.com:kamiyaa/joshuto into devJeff Zhao
2021-05-17add back gitignoreJeff Zhao
2021-05-15modified: src/commands/file_ops.rsmakeefu
2021-05-13add arrow prefix to up,down,left,rightJeff Zhao
2021-04-30fix reload_dir_list and reload_dirlist inconsistencyJeff Zhao
2021-04-26update keymap.tomlJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2020-11-22add support for moving parent cursorJiayi Zhao
2020-06-05fix keymap.tomlKamiyaa
2020-05-13rework command parsing and add shell commandJiayi Zhao
2020-03-18update config fileJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2020-02-08change to using termion's keyboard handlingJiayi Zhao