summaryrefslogtreecommitdiffstats
path: root/src/run.rs
AgeCommit message (Expand)Author
2023-11-20Fix ZZ behaviour on windowsfelixh
2023-11-19Fixed button press for windowsfelixh
2023-10-18Ignore the key release event for WindowsKyohei Uto
2023-09-09Fix const nameKyohei Uto
2023-08-25Remove unused append modeKyohei Uto
2023-08-25fmtKyohei Uto
2023-08-25Fix loop label of registersKyohei Uto
2023-08-25Add the insert modeKyohei Uto
2023-08-24Fix method nameKyohei Uto
2023-08-24Create check_reg to see ItemBuffer in registersKyohei Uto
2023-08-23Add field has_zoxide to StateKyohei Uto
2023-07-25clippy v1.71.0Kyohei Uto
2023-07-22v2.6.0Kyohei Uto
2023-07-22Move export_lwd to State methodKyohei Uto
2023-07-22Fix commentKyohei Uto
2023-07-22Add <C-o>, <C-i> to jump backward/forwardKyohei Uto
2023-07-22Remove `<C-r>%` in command lineKyohei Uto
2023-07-22clippyKyohei Uto
2023-07-21Fix pasting numbered registerKyohei Uto
2023-07-21Allow `<C-r>%` in commandline (paste current directory path)Kyohei Uto
2023-07-21Allow all register types in commandlineKyohei Uto
2023-07-21Fix limit of putting string from regKyohei Uto
2023-07-21Remove <C-c>, clipboard field in Config and StateKyohei Uto
2023-07-20Ctrl + r in shell mode put item name(s) in register zeroKyohei Uto
2023-07-20Stop input at the left end of the terminalKyohei Uto
2023-07-20clippyKyohei Uto
2023-07-20Allow wide chars in search mode and shell modeeKyohei Uto
2023-07-19Ctrl + c to copy item name to clipboardKyohei Uto
2023-07-19clippyKyohei Uto
2023-07-19Execute input as is even if $SHELL not foundKyohei Uto
2023-07-19Use "shell out" to execute commandKyohei Uto
2023-07-14Add ability to `cd` {absolute/relative path}Kyohei Uto
2023-07-14Apply clippy warningKyohei Uto
2023-07-13Shorten error messageKyohei Uto
2023-06-27Removes a debugging print step from the fx rust codeAhmed ElSamhaa
2023-06-26Adds a toggle to the config to match the exit keybinding behavior of vimAhmed ElSamhaa
2023-06-25Removes unused definitions and importsAhmed ElSamhaa
2023-06-25Does not exit on missing env var SHELL_PID; prints warning insteadAhmed ElSamhaa
2023-06-21Merge branch 'main' into feature-cd2cwdAhmed ElSamhaa
2023-06-18Refactor: Rename delete_pointerKyohei Uto
2023-06-14Update commentsKyohei Uto
2023-06-14Delete unused definition (Ctrl + r)Kyohei Uto
2023-06-14Delete :zKyohei Uto
2023-06-14Disable put & delete in RO dirKyohei Uto
2023-06-14Refactor zKyohei Uto
2023-06-14Refactor: CommentsKyohei Uto
2023-06-13Immediately execute regs command after inputKyohei Uto
2023-06-13Refactor: clearer method namesKyohei Uto
2023-06-09Redraw after yankingKyohei Uto
2023-06-09Remove debug printingKyohei Uto